jfun.parsec
Class Tuple3<A,B,C>
java.lang.Object
jfun.parsec.Pair<A,B>
jfun.parsec.Tuple3<A,B,C>
- Type Parameters:
A
- B
- C
-
- Direct Known Subclasses:
- Tuple4
public class Tuple3<A,B,C>
- extends Pair<A,B>
This is a simple Java Bean for 3 objects.
- Since:
- version 1.1
- Author:
- Ben Yu
Apr 24, 2006 1:43:12 PM
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Tuple3
public Tuple3()
Tuple3
public Tuple3(A value1,
B value2,
C value3)
getValue3
public C getValue3()
setValue3
public void setValue3(C value3)
equals
public boolean equals(Tuple3 other)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Pair<A,B>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Pair<A,B>
toString
public java.lang.String toString()
- Overrides:
toString
in class Pair<A,B>