Package elki.index.tree
Interface DirectoryEntry
-
- All Superinterfaces:
java.io.Externalizable,java.io.Serializable
- All Known Implementing Classes:
DeLiCluDirectoryEntry,MkAppDirectoryEntry,MkCoPDirectoryEntry,MkMaxDirectoryEntry,MkTabDirectoryEntry,MTreeDirectoryEntry,RdKNNDirectoryEntry,SpatialDirectoryEntry
public interface DirectoryEntry extends java.io.ExternalizableDirectory entry of an index.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPageID()Get the page ID of this directory entry.
-