Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceIdentityMap
A
Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals() . |
class |
ReferenceMap
A
Map implementation that allows mappings to be
removed by the garbage collector. |
Modifier and Type | Field and Description |
---|---|
protected AbstractReferenceMap |
AbstractReferenceMap.ReferenceEntry.parent
The parent map
|
Constructor and Description |
---|
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent,
AbstractHashedMap.HashEntry next,
int hashCode,
Object key,
Object value)
Creates a new entry object for the ReferenceMap.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.