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