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 new ReferenceIdentityMap that will
use the specified types of references.
|
ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType,
AbstractReferenceMap.ReferenceStrength valueType,
boolean purgeValues) |
Constructs a new ReferenceIdentityMap that will
use the specified types of references.
|
ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength keyType,
AbstractReferenceMap.ReferenceStrength valueType,
int capacity,
float loadFactor) |
Constructs a new ReferenceIdentityMap 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 new ReferenceIdentityMap with the
specified reference types, load factor and initial capacity.
|
ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType,
AbstractReferenceMap.ReferenceStrength valueType) |
Constructs a new ReferenceMap that will
use the specified types of references.
|
ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType,
AbstractReferenceMap.ReferenceStrength valueType,
boolean purgeValues) |
Constructs a new ReferenceMap that will
use the specified types of references.
|
ReferenceMap(AbstractReferenceMap.ReferenceStrength keyType,
AbstractReferenceMap.ReferenceStrength valueType,
int capacity,
float loadFactor) |
Constructs a new ReferenceMap 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 new ReferenceMap with the
specified reference types, load factor and initial
capacity.
|