|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
public interface Entry
Defines the requirements for an entry in an index structure. An entry can represent a node or a data object.
| Method Summary | |
|---|---|
Integer |
getID()
Returns the id of the node or data object that is represented by this entry. |
boolean |
isLeafEntry()
Returns true if this entry is an entry in a leaf node (i.e. this entry represents a data object), false otherwise. |
void |
setID(Integer id)
Sets the id of the node or data object that is represented by this entry. |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Method Detail |
|---|
Integer getID()
void setID(Integer id)
id - the id to be setboolean isLeafEntry()
|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||