| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Method and Description |
|---|---|
static AbstractReferenceMap |
AbstractReferenceMap.ReferenceStrength.resolve(int value)
Resolve enum from int.
|
static AbstractReferenceMap |
AbstractReferenceMap.ReferenceStrength.valueOf(String
Returns the enum constant of this type with the specified name.
|
static AbstractReferenceMap |
AbstractReferenceMap.ReferenceStrength.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractReferenceMap.isKeyType(AbstractReferenceMap
Provided protected read-only access to the key type.
|
protected <T> Object |
AbstractReferenceMap.ReferenceEntry.toReference(AbstractReferenceMap
Constructs a reference of the given type to the given referent.
|
| Constructor and Description | |
|---|---|
AbstractReferenceMap(AbstractReferenceMap
Constructs a new empty map with the specified reference types, load factor and initial capacity.
|
|
ReferenceIdentityMap(AbstractReferenceMap
Constructs a new
ReferenceIdentityMap that will use the specified types of references.
|
|
ReferenceIdentityMap(AbstractReferenceMap
Constructs a new
ReferenceIdentityMap that will use the specified types of references.
|
|
ReferenceIdentityMap(AbstractReferenceMap
Constructs a new
ReferenceIdentityMap with the specified reference types, load factor and initial capacity.
|
|
ReferenceIdentityMap(AbstractReferenceMap
Constructs a new
ReferenceIdentityMap with the specified reference types, load factor and initial capacity.
|
|
ReferenceMap(AbstractReferenceMap
Constructs a new
ReferenceMap that will use the specified types of references.
|
|
ReferenceMap(AbstractReferenceMap
Constructs a new
ReferenceMap that will use the specified types of references.
|
|
ReferenceMap(AbstractReferenceMap
Constructs a new
ReferenceMap with the specified reference types, load factor and initial capacity.
|
|
ReferenceMap(AbstractReferenceMap
Constructs a new
ReferenceMap with the specified reference types, load factor and initial capacity.
|