Package net.runelite.cache.fs.jagex
Class IndexEntry
- java.lang.Object
-
- net.runelite.cache.fs.jagex.IndexEntry
-
public final class IndexEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexEntry(IndexFile indexFile, int id, int sector, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetId()IndexFilegetIndexFile()intgetLength()intgetSector()inthashCode()java.lang.StringtoString()
-
-
-
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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-