public class MapValue<K extends Serializable,V extends Serializable> extends Object implements Serializable
MapValue(Map<K,V> map, V value)
Map<K,V>
getMap()
V
getValue()
void
setValue(V pmv)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapValue(Map<K,V> map, V value)
public Map<K,V> getMap()
public V getValue()
public void setValue(V pmv)
Copyright © 2020 Red Hat. All rights reserved.