Package | Description |
---|---|
org.codehaus.plexus.util |
Modifier and Type | Field and Description |
---|---|
private FastMap.EntryImpl |
FastMap.EntryImpl._after
Holds the entry added after this entry
or the next available entry when in pool.
|
private FastMap.EntryImpl |
FastMap.EntryImpl._before
Holds the entry added before this entry (null when in pool).
|
private FastMap.EntryImpl[] |
FastMap._entries
Holds the map's hash table.
|
private FastMap.EntryImpl |
FastMap._mapFirst
Holds the first map entry (linked list).
|
private FastMap.EntryImpl |
FastMap._mapLast
Holds the last map entry (linked list).
|
private FastMap.EntryImpl |
FastMap.EntryImpl._next
Holds the next entry in the same bucket (null when in pool).
|
private FastMap.EntryImpl |
FastMap._poolFirst
Holds the first pool entry (linked list).
|
private FastMap.EntryImpl |
FastMap.EntryImpl._previous
Holds the previous entry in the same bucket (null when in pool).
|
Modifier and Type | Method and Description |
---|---|
private void |
FastMap.removeEntry(FastMap.EntryImpl entry)
Removes the specified entry from the map.
|