edu.emory.mathcs.backport.java.util
public abstract class AbstractMap extends AbstractMap
| 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. |
| Constructor Summary | |
|---|---|
| protected | AbstractMap()
Sole constructor. |
| Method Summary | |
|---|---|
| Set | keySet() |