|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.util.tuples.Tuple3<A,B,C>
public class Tuple3<A,B,C>
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 |
---|
protected A a
protected B b
protected C c
Constructor Detail |
---|
public Tuple3(A a, B b, C c)
Method Detail |
---|
public A a()
public B b()
public C c()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |