Uses of Class
org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Packages that use AbstractReferenceMap.ReferenceEntry Package Description org.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return AbstractReferenceMap.ReferenceEntry Modifier and Type Method Description protected AbstractReferenceMap.ReferenceEntry
ReferenceHashMap. createEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.openjpa.lib.util.collections
Methods in org.apache.openjpa.lib.util.collections 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.
-