| Package | Description |
|---|---|
| org.apache.commons.collections.map |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected AbstractReferenceMap |
AbstractReferenceMap.ReferenceEntry.parent |
The parent map
|
| Constructor | 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-2018 Apache Software Foundation. All Rights Reserved.