Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractReferenceMap.ReferenceEntry<K,V> |
AbstractReferenceMap.createEntry(AbstractHashedMap.HashEntry<K,V> next,
int hashCode,
K key,
V value) |
Creates a ReferenceEntry instead of a HashEntry.
|
protected AbstractReferenceMap.ReferenceEntry<K,V> |
AbstractReferenceMap.ReferenceEntry.next() |
Gets the next entry in the bucket.
|
Copyright © 2001-2019 - Apache Software Foundation