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