|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap edu.emory.mathcs.backport.java.util.AbstractMap
Convenience base class for map implementations that provides helper classes representing simple map entries, both mutable and immutable.
Nested Class Summary | |
static class |
AbstractMap.SimpleEntry
An Entry maintaining a key and a value. |
static class |
AbstractMap.SimpleImmutableEntry
An Entry maintaining an immutable key and value, This class does not support method setValue. |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
protected |
AbstractMap()
Sole constructor. |
Method Summary | |
java.util.Set |
keySet()
|
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AbstractMap()
Method Detail |
public java.util.Set keySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |