| 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 |
|---|
ReferenceEntry(AbstractReferenceMap parent,
AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value)
Creates a new entry object for the ReferenceMap.
|
Copyright © 2001-2025 Apache Software Foundation. All Rights Reserved.