public interface IndexedEntry<E>
sparse sequence.index: intvalue: E| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares the specified object with this entry for equality.
|
int |
hashCode()
Returns the hash code value for this indexed entry.
|
int |
index()
Returns the index of this entry.
|
E |
value()
Returns the value stored in this entry.
|
boolean equals(Object o)
int hashCode()
int index()
E value()
© Emina Torlak 2005-present