net.java.quickcheck.collection
Class Triple<A,B,C>
java.lang.Object
net.java.quickcheck.collection.Pair<A,B>
net.java.quickcheck.collection.Triple<A,B,C>
- Type Parameters:
A
- type of first entryB
- type of second entryC
- type of third entry
public class Triple<A,B,C>
- extends Pair<A,B>
A tuple of three values.
Constructor Summary |
Triple(A first,
B second,
C third)
|
Triple
public Triple(A first,
B second,
C third)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Pair<A,B>
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Pair<A,B>
getThird
public C getThird()
toString
public String toString()
- Overrides:
toString
in class Pair<A,B>
Copyright © 2011. All Rights Reserved.