Package elki.index.tree
Interface LeafEntry
-
- All Superinterfaces:
java.io.Externalizable,java.io.Serializable
public interface LeafEntry extends java.io.ExternalizableLeaf entry of an index.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description elki.database.ids.DBIDgetDBID()Get the DBID of this leaf entry.
-