Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Field and Description |
---|---|
(package private) ReferenceMap.Entry |
ReferenceMap.EntryIterator.entry |
(package private) ReferenceMap.Entry |
ReferenceMap.Entry.next |
(package private) ReferenceMap.Entry |
ReferenceMap.EntryIterator.previous |
private ReferenceMap.Entry[] |
ReferenceMap.table
Deprecated.
The hash table.
|
Modifier and Type | Method and Description |
---|---|
private ReferenceMap.Entry |
ReferenceMap.getEntry(java.lang.Object key)
Deprecated.
Returns the entry associated with the given key.
|
protected ReferenceMap.Entry |
ReferenceMap.EntryIterator.nextEntry() |
Constructor and Description |
---|
Entry(java.lang.Object key,
int hash,
java.lang.Object value,
ReferenceMap.Entry next) |