|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface Indexable
This interface should be implemented by all basic types to be used as keys in a value index.
NativeValueIndex| Method Summary | |
|---|---|
int |
getType()
Returns the type of the Indexable as one of the constants defined in Type. |
byte[] |
serializeValue(int offset)
Serialize the value to an array of bytes for the persistant storage. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
byte[] serializeValue(int offset)
throws EXistException
offset - starting index for writing in array data
EXistExceptionint getType()
Type.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||