Uses of Class
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
Package
Description
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionprotected 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.