|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedEntry<E>
An entry in a sparse sequence
.
index: int |
value: E |
Method Summary | |
---|---|
boolean |
equals(java.lang.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. |
Method Detail |
---|
int index()
E value()
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |