Class IndexEntry


  • public final class IndexEntry
    extends Object
    • Constructor Detail

      • IndexEntry

        public IndexEntry​(IndexFile indexFile,
                          int id,
                          int sector,
                          int length)
    • Method Detail

      • getIndexFile

        public IndexFile getIndexFile()
      • getId

        public int getId()
      • getSector

        public int getSector()
      • getLength

        public int getLength()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object