| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceIdentityMap<K
A
Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based on
== not
equals().
|
class |
ReferenceMap<K
A
Map implementation that allows mappings to be removed by the garbage collector.
|
| Constructor and Description | |
|---|---|
ReferenceEntry(AbstractReferenceMap
Creates a new entry object for the ReferenceMap.
|