Rice Pastry API

rice.p2p.util.tuples
Class Tuple3<A,B,C>

java.lang.Object
  extended by rice.p2p.util.tuples.Tuple3<A,B,C>

public class Tuple3<A,B,C>
extends java.lang.Object


Field Summary
protected  A a
           
protected  B b
           
protected  C c
           
 
Constructor Summary
Tuple3(A a, B b, C c)
           
 
Method Summary
 A a()
           
 B b()
           
 C c()
           
 boolean equals(java.lang.Object obj)
          Gotta handle null values
 int hashCode()
          Gotta handle null values.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

protected A a

b

protected B b

c

protected C c
Constructor Detail

Tuple3

public Tuple3(A a,
              B b,
              C c)
Method Detail

a

public A a()

b

public B b()

c

public C c()

equals

public boolean equals(java.lang.Object obj)
Gotta handle null values

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Gotta handle null values.

Overrides:
hashCode in class java.lang.Object

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection