public class Triplet<A,B,C> extends Object
Triplet(A first, B second, C third)
boolean
equals(Object other)
A
first()
int
hashCode()
static <A,B,C> Triplet<A,B,C>
make(A a, B b, C c)
B
second()
C
third()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Triplet(A first, B second, C third)
public A first()
public B second()
public C third()
public String toString()
toString
Object
public boolean equals(Object other)
equals
public int hashCode()
hashCode
public static final <A,B,C> Triplet<A,B,C> make(A a, B b, C c)
Copyright © 2013 Metron, Inc.. All rights reserved.