Uses of Enum
org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
Packages that use AbstractReferenceMap.ReferenceStrength
Package
Description
General Utilities
commons-collections4 import.
Concurrent Utilities
-
Uses of AbstractReferenceMap.ReferenceStrength in org.apache.openjpa.lib.util
Constructors in org.apache.openjpa.lib.util with parameters of type AbstractReferenceMap.ReferenceStrengthModifierConstructorDescriptionReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType) ReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor) Construct a set with the given reference type. -
Uses of AbstractReferenceMap.ReferenceStrength in org.apache.openjpa.lib.util.collections
Methods in org.apache.openjpa.lib.util.collections that return AbstractReferenceMap.ReferenceStrengthModifier and TypeMethodDescriptionAbstractReferenceMap.ReferenceStrength.resolve(int value) Resolve enum from int.Returns the enum constant of this type with the specified name.AbstractReferenceMap.ReferenceStrength.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openjpa.lib.util.collections with parameters of type AbstractReferenceMap.ReferenceStrengthModifier and TypeMethodDescriptionprotected booleanAbstractReferenceMap.isKeyType(AbstractReferenceMap.ReferenceStrength type) Provided protected read-only access to the key type.protected booleanAbstractReferenceMap.isValueType(AbstractReferenceMap.ReferenceStrength type) Provided protected read-only access to the value type.protected <T> ObjectAbstractReferenceMap.ReferenceEntry.toReference(AbstractReferenceMap.ReferenceStrength type, T referent, int hash) Constructs a reference of the given type to the given referent.Constructors in org.apache.openjpa.lib.util.collections with parameters of type AbstractReferenceMap.ReferenceStrengthModifierConstructorDescriptionprotectedAbstractReferenceMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor, boolean purgeValues) Constructs a new empty map with the specified reference types, load factor and initial capacity.ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType) Constructs a newReferenceIdentityMapthat will use the specified types of references.ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, boolean purgeValues) Constructs a newReferenceIdentityMapthat will use the specified types of references.ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor) Constructs a newReferenceIdentityMapwith the specified reference types, load factor and initial capacity.ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor, boolean purgeValues) Constructs a newReferenceIdentityMapwith the specified reference types, load factor and initial capacity.ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType) Constructs a newReferenceMapthat will use the specified types of references.ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, boolean purgeValues) Constructs a newReferenceMapthat will use the specified types of references.ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor) Constructs a newReferenceMapwith the specified reference types, load factor and initial capacity.ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor, boolean purgeValues) Constructs a newReferenceMapwith the specified reference types, load factor and initial capacity. -
Uses of AbstractReferenceMap.ReferenceStrength in org.apache.openjpa.lib.util.concurrent
Constructors in org.apache.openjpa.lib.util.concurrent with parameters of type AbstractReferenceMap.ReferenceStrengthModifierConstructorDescriptionConcurrentReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType) Constructs a new, empty HashMap with a default capacity and load factor.ConcurrentReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int initialCapacity) Constructs a new, empty HashMap with the specified initial capacity and default load factor.ConcurrentReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int initialCapacity, float loadFactor) Constructs a new, empty HashMap with the specified initial capacity and the specified load factor.ConcurrentReferenceHashMap(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, Map t) Constructs a new HashMap with the same mappings as the given Map.Construct a set with the given reference type.