Package elki.index.tree
Interface LeafEntry
-
- All Superinterfaces:
java.io.Externalizable
,java.io.Serializable
- All Known Implementing Classes:
DeLiCluLeafEntry
,MkAppLeafEntry
,MkCoPLeafEntry
,MkMaxLeafEntry
,MkTabLeafEntry
,MTreeLeafEntry
,RdKNNLeafEntry
,SpatialPointLeafEntry
public interface LeafEntry extends java.io.Externalizable
Leaf entry of an index.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBID
getDBID()
Get the DBID of this leaf entry.
-
-
-
Method Detail
-
getDBID
DBID getDBID()
Get the DBID of this leaf entry.
-
-