Interface LeafEntry

  • All Superinterfaces:
    java.io.Externalizable, java.io.Serializable

    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
      elki.database.ids.DBID getDBID()
      Get the DBID of this leaf entry.
      • Methods inherited from interface java.io.Externalizable

        readExternal, writeExternal
    • Method Detail

      • getDBID

        elki.database.ids.DBID getDBID()
        Get the DBID of this leaf entry.