Package | Description |
---|---|
java.util | |
org.apache.harmony.luni.util |
Modifier and Type | Class and Description |
---|---|
static class |
Collections.UnmodEntry
UnmodEntry:
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
LinkedHashMap.removeEldestEntry(Map.Entry eldest)
This method is queried from the put and putAll methods to check if the
eldest member of the map should be deleted before adding the new member.
|
Constructor and Description |
---|
Collections.UnmodEntry(Map.Entry entry) |
Modifier and Type | Class and Description |
---|---|
static class |
TwoKeyHashMap.Entry
Entry implementation for the TwoKeyHashMap class
|