org.openarchitectureware.workflow.issues.indexed
Class MapSet<K,V>
java.lang.Object
org.openarchitectureware.workflow.issues.indexed.MapSet<K,V>
- All Implemented Interfaces:
- java.io.Serializable
public class MapSet<K,V>
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapSet
public MapSet()
put
public void put(K key,
V value)
peek
public java.util.Set<V> peek(K key)
get
public java.util.Set<V> get(K key)
iterator
public java.util.Iterator<V> iterator(K key)
getKeys
public java.util.List<java.lang.Object> getKeys()
iterator
public java.util.Iterator<V> iterator()
containsKey
public boolean containsKey(java.lang.Object key)
remove
public void remove(java.lang.Object key)