pl.edu.pjwstk.yaod.atoms
Class AtomPointer

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.atoms.AtomPointer
All Implemented Interfaces:
java.io.Serializable

public class AtomPointer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AtomPointer(int store, int file, int block, int slot)
           
 
Method Summary
 boolean equals(java.lang.Object par)
           
 int getBlockId()
           
 int getFileId()
           
 int getSlotId()
           
 int getStoreId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomPointer

public AtomPointer(int store,
                   int file,
                   int block,
                   int slot)
Method Detail

getStoreId

public int getStoreId()

getFileId

public int getFileId()

getBlockId

public int getBlockId()

getSlotId

public int getSlotId()

equals

public boolean equals(java.lang.Object par)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object