Uses of Class
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
Packages that use AbstractReferenceMap.ReferenceEntry
Package
Description
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return AbstractReferenceMap.ReferenceEntryModifier 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.