AsciiDatabase
Class RowId

java.lang.Object
  |
  +--AsciiDatabase.RowId
All Implemented Interfaces:
Serializable

class RowId
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int file
           
 long offset
           
 int source
           
 
Constructor Summary
RowId(int file, long offset, int source)
           
 
Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

file

public int file

offset

public long offset

source

public int source
Constructor Detail

RowId

public RowId(int file,
             long offset,
             int source)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object