AsciiDatabase
Class RowId
java.lang.Object
|
+--AsciiDatabase.RowId
- All Implemented Interfaces:
- Serializable
- class RowId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
RowId(int file,
long offset,
int source)
|
| Methods inherited from class java.lang.Object |
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
file
public int file
offset
public long offset
source
public int source
RowId
public RowId(int file,
long offset,
int source)
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object