org.eclipse.swordfish.registry
Class InMemoryRepositoryImpl.MultiMap<K,V>
java.lang.Object
org.eclipse.swordfish.registry.InMemoryRepositoryImpl.MultiMap<K,V>
- Enclosing class:
- InMemoryRepositoryImpl
public static class InMemoryRepositoryImpl.MultiMap<K,V>
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryRepositoryImpl.MultiMap
public InMemoryRepositoryImpl.MultiMap()
put
public void put(K key,
V value)
remove
public void remove(K key,
V value)
remove
public void remove(V value)
get
public java.lang.Iterable<V> get(K key)
keys
public java.lang.Iterable<K> keys()
values
public java.lang.Iterable<V> values()