| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLinkedMap
LinkEntry that stores the data.
|
protected static class |
AbstractReferenceMap
A MapEntry implementation for the map.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap |
AbstractHashedMap.HashEntry.next
The next entry in the hash chain
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHashedMap |
AbstractHashedMap.createEntry(AbstractHashedMap
Creates an entry to store the key-value data.
|
protected AbstractHashedMap |
AbstractHashedMap.HashIterator.currentEntry()
|
protected AbstractHashedMap |
AbstractHashedMap.entryNext(AbstractHashedMap
Gets the
next field from a
HashEntry.
|
protected AbstractHashedMap |
AbstractReferenceMap.getEntry(Object
Gets the entry mapped to the key specified.
|
protected AbstractHashedMap |
AbstractHashedMap.getEntry(Object
Gets the entry mapped to the key specified.
|
protected AbstractHashedMap |
AbstractHashedMap.HashIterator.nextEntry()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLinkedMap.addEntry(AbstractHashedMap
Adds an entry into this map, maintaining insertion order.
|
protected void |
AbstractHashedMap.addEntry(AbstractHashedMap
Adds an entry into this map.
|
protected AbstractReferenceMap |
AbstractReferenceMap.createEntry(AbstractHashedMap
Creates a ReferenceEntry instead of a HashEntry.
|
protected AbstractLinkedMap |
AbstractLinkedMap.createEntry(AbstractHashedMap
Creates an entry to store the data.
|
protected AbstractHashedMap |
AbstractHashedMap.createEntry(AbstractHashedMap
Creates an entry to store the key-value data.
|
protected void |
AbstractHashedMap.destroyEntry(AbstractHashedMap
Kills an entry ready for the garbage collector.
|
protected int |
AbstractHashedMap.entryHashCode(AbstractHashedMap
Gets the
hashCode field from a
HashEntry.
|
protected K |
AbstractHashedMap.entryKey(AbstractHashedMap
Gets the
key field from a
HashEntry.
|
protected AbstractHashedMap |
AbstractHashedMap.entryNext(AbstractHashedMap
Gets the
next field from a
HashEntry.
|
protected V |
AbstractHashedMap.entryValue(AbstractHashedMap
Gets the
value field from a
HashEntry.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected void |
AbstractLinkedMap.removeEntry(AbstractHashedMap
Removes an entry from the map and the linked list.
|
protected void |
AbstractLinkedMap.removeEntry(AbstractHashedMap
Removes an entry from the map and the linked list.
|
protected void |
AbstractHashedMap.removeEntry(AbstractHashedMap
Removes an entry from the chain stored in a particular index.
|
protected void |
AbstractHashedMap.removeEntry(AbstractHashedMap
Removes an entry from the chain stored in a particular index.
|
protected void |
AbstractHashedMap.removeMapping(AbstractHashedMap
Removes a mapping from the map.
|
protected void |
AbstractHashedMap.removeMapping(AbstractHashedMap
Removes a mapping from the map.
|
protected void |
AbstractHashedMap.reuseEntry(AbstractHashedMap
Reuses an existing key-value mapping, storing completely new data.
|
protected void |
LRUMap.updateEntry(AbstractHashedMap
Updates an existing key-value mapping.
|
protected void |
AbstractHashedMap.updateEntry(AbstractHashedMap
Updates an existing key-value mapping to change the value.
|
| Constructor and Description | |
|---|---|
HashEntry(AbstractHashedMap
|
|
LinkEntry(AbstractHashedMap
Constructs a new entry.
|
|
ReferenceEntry(AbstractReferenceMap
Creates a new entry object for the ReferenceMap.
|