|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap
edu.emory.mathcs.backport.java.util.AbstractMap
public abstract class 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/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| 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()
keySet in interface java.util.MapkeySet in class java.util.AbstractMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||