Uses of Class
org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
Package
Description
General Utilities
commons-collections4 import.
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.openjpa.lib.util
Modifier and TypeMethodDescriptionprotected AbstractReferenceMap.ReferenceEntry
ReferenceHashMap.createEntry
(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) -
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.openjpa.lib.util.collections
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.