Package | Description |
---|---|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractReferenceMap.ReferenceEntry |
ReferenceHashMap.createEntry(AbstractHashedMap.HashEntry next,
int hashCode,
Object key,
Object value) |
Modifier and Type | Method and 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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.