|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMappable<K,V>
Something which knows about mapping objects.
Created on May 26, 2005
Method Summary | |
---|---|
V |
get(K key)
Looks up an object by key. |
java.util.Iterator<K> |
getKeyIterator()
|
java.util.Iterator<V> |
getValueIterator()
|
int |
size()
Returns the #of objects in the map |
Method Detail |
---|
V get(K key)
key
-
int size()
java.util.Iterator<K> getKeyIterator()
java.util.Iterator<V> getValueIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |