Package | Description |
---|---|
_templates.javolution.util |
Modifier and Type | Field and Description |
---|---|
static FastMap.Entry |
FastMap.Entry.NULL
Holds NULL entries (to fill empty hole).
|
Modifier and Type | Method and Description |
---|---|
FastMap.Entry |
FastMap.getEntry(Object key)
Returns the entry with the specified key.
|
FastMap.Entry |
FastMap.head()
Returns the head entry of this map.
|
protected FastMap.Entry |
FastMap.newEntry()
Returns a new entry for this map; this method can be overriden by
custom map implementations.
|
FastMap.Entry |
FastMap.putEntry(Object key,
Object value)
Associates the specified value with the specified key in this map and
returns the corresponding entry.
|
FastMap.Entry |
FastMap.tail()
Returns the tail entry of this map.
|
Copyright © 2005–2017 Javolution. All rights reserved.