|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexEntry<V,O>
Interface for index entries.
Method Summary | |
---|---|
void |
clear()
Clears the id, value and object in this IndexEntry. |
void |
copy(IndexEntry<V,O> entry)
Copies the values of another IndexEntry into this IndexEntry. |
java.lang.Long |
getId()
Gets the id of the object indexed. |
O |
getObject()
Gets the object indexed if resusitated. |
Tuple |
getTuple()
Gets access to the underlying tuple. |
V |
getValue()
Gets the value referred to by this IndexEntry. |
void |
setId(java.lang.Long id)
Sets the id of the object indexed. |
void |
setObject(O obj)
Sets the object indexed. |
void |
setValue(V value)
Sets the value referred to by this IndexEntry. |
Method Detail |
---|
V getValue()
void setValue(V value)
value
- the value of the object referred tojava.lang.Long getId()
void setId(java.lang.Long id)
id
- the id of the object indexedO getObject()
Tuple getTuple()
void setObject(O obj)
obj
- the object indexedvoid clear()
void copy(IndexEntry<V,O> entry)
entry
- the entry to copy fields of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |