public class EntryInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
file |
short |
numRecords |
int |
offset |
| Constructor and Description |
|---|
EntryInfo(int file,
int offset,
short numRecords) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(long file,
int offset) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final short numRecords
public final int file
public final int offset
public boolean equals(long file,
int offset)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object