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.Externalizable
Directory entry of an index.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPageID()
Get the page ID of this directory entry.
-