Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Method and 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–2018 The Apache Software Foundation. All rights reserved.