|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.collection.AbstractHashMap | +--net.walend.collection.HashMap
This is an immutable implementation of Map
Nested Class Summary |
Nested classes inherited from class net.walend.collection.AbstractHashMap |
AbstractHashMap.Entry |
Field Summary |
Fields inherited from class net.walend.collection.AbstractHashMap |
|
Fields inherited from interface net.walend.collection.Map |
EMPTY |
Constructor Summary | |
HashMap(java.util.HashMap orig)
|
|
HashMap(Map orig)
|
Method Summary | |
java.util.Iterator |
keyIterator()
Returns an iterator over the keys. |
java.util.Iterator |
valueIterator()
Returns an iterator over the values. |
Methods inherited from class net.walend.collection.AbstractHashMap |
capacity, clear, clone, containsAll, containsKey, containsValue, get, getIdentitor, getJavaMap, getKeys, getPrincipleInterface, getValues, isEmpty, loadFactor, newEntry, put, putAll, remove, removeEntry, sameContentsAs, sameStateAs, size, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HashMap(java.util.HashMap orig)
public HashMap(Map orig)
Method Detail |
public java.util.Iterator keyIterator()
AbstractHashMap
keyIterator
in interface Map
keyIterator
in class AbstractHashMap
public java.util.Iterator valueIterator()
AbstractHashMap
valueIterator
in interface Map
valueIterator
in class AbstractHashMap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |