tapestry.impl
Class Triple

java.lang.Object
  |
  +--tapestry.impl.Triple

public class Triple
extends Object


Field Summary
 NodeId addr
           
 int level
           
 int value
           
 
Constructor Summary
Triple(int level, int value, NodeId addr)
           
 
Method Summary
 boolean equals(Object newtrip)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

level

public int level

value

public int value

addr

public NodeId addr
Constructor Detail

Triple

public Triple(int level,
              int value,
              NodeId addr)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object