public static class FastMap.Entry extends Object implements Map.Entry, FastCollection.Record, Realtime
Modifier and Type | Field and Description |
---|---|
static FastMap.Entry |
NULL
Holds NULL entries (to fill empty hole).
|
Modifier | Constructor and Description |
---|---|
protected |
Entry()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that)
Indicates if this entry is considered equals to the specified entry
(using default value and key equality comparator to ensure symetry).
|
Object |
getKey()
Returns the key for this entry.
|
FastCollection.Record |
getNext()
Returns the entry after this one.
|
FastCollection.Record |
getPrevious()
Returns the entry before this one.
|
Object |
getValue()
Returns the value for this entry.
|
int |
hashCode()
Returns the hash code for this entry.
|
Object |
setValue(Object value)
Sets the value for this entry.
|
Text |
toText()
Returns the textual representation of this real-time object
(equivalent to
toString except that the returned value
can be "stack" allocated and
supports fast concatenation). |
public static final FastMap.Entry NULL
public final FastCollection.Record getNext()
getNext
in interface FastCollection.Record
public final FastCollection.Record getPrevious()
getPrevious
in interface FastCollection.Record
public final Object getKey()
public final Object getValue()
public boolean equals(Object that)
public int hashCode()
Copyright © 2005–2020 Javolution. All rights reserved.