Uses of Enum
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
Package
Description
-
Uses of AbstractReferenceMap.ReferenceStrength in org.apache.commons.collections4.map
Modifier 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.Modifier and TypeMethodDescriptionprotected boolean
AbstractReferenceMap.isKeyType
(AbstractReferenceMap.ReferenceStrength type) Provided protected read-only access to the key type.protected boolean
AbstractReferenceMap.isValueType
(AbstractReferenceMap.ReferenceStrength type) Provided protected read-only access to the value type.protected <T> Object
AbstractReferenceMap.ReferenceEntry.toReference
(AbstractReferenceMap.ReferenceStrength type, T referent, int hash) Constructs a reference of the given type to the given referent.ModifierConstructorDescriptionprotected
AbstractReferenceMap
(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 newReferenceIdentityMap
that will use the specified types of references.ReferenceIdentityMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, boolean purgeValues) Constructs a newReferenceIdentityMap
that will use the specified types of references.ReferenceIdentityMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor) Constructs a newReferenceIdentityMap
with the specified reference types, load factor and initial capacity.ReferenceIdentityMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor, boolean purgeValues) Constructs a newReferenceIdentityMap
with the specified reference types, load factor and initial capacity.ReferenceMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType) Constructs a newReferenceMap
that will use the specified types of references.ReferenceMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, boolean purgeValues) Constructs a newReferenceMap
that will use the specified types of references.ReferenceMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor) Constructs a newReferenceMap
with the specified reference types, load factor and initial capacity.ReferenceMap
(AbstractReferenceMap.ReferenceStrength keyType, AbstractReferenceMap.ReferenceStrength valueType, int capacity, float loadFactor, boolean purgeValues) Constructs a newReferenceMap
with the specified reference types, load factor and initial capacity.