|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.util.EnvironmentMultiMap<K,V>
de.fraunhofer.ipsi.util.BidirectedEnvironmentMultiMap<K,V>
public class BidirectedEnvironmentMultiMap<K,V>
An extension of the
Constructor Summary | |
---|---|
BidirectedEnvironmentMultiMap()
Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Method clone |
void |
declare(K key,
V value)
Method declare |
void |
remove(K key)
Method remove |
K |
reverseLookup(V value)
Method reverseLookup |
Methods inherited from class de.fraunhofer.ipsi.util.EnvironmentMultiMap |
---|
contains, keys, lookup, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.fraunhofer.ipsi.util.Environment |
---|
contains, keys, lookup |
Constructor Detail |
---|
public BidirectedEnvironmentMultiMap()
Method Detail |
---|
public K reverseLookup(V value)
reverseLookup
in interface BidirectedEnvironment<K,V>
value
- a V
public void declare(K key, V value)
declare
in interface Environment<K,V>
declare
in class EnvironmentMultiMap<K,V>
key
- an Objectvalue
- an Objectpublic void remove(K key)
remove
in interface Environment<K,V>
remove
in class EnvironmentMultiMap<K,V>
key
- an Objectpublic java.lang.Object clone()
clone
in interface Environment<K,V>
clone
in class EnvironmentMultiMap<K,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |