A
B
C
public class ThreeTuple<A,B,C> extends TwoTuple<A,B>
third
first, second
ThreeTuple(A a, B b, C c)
boolean
equals(Object obj)
getThird()
int
hashCode()
size()
Object[]
toArray()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final C third
public ThreeTuple(A a, B b, C c)
public C getThird()
public String toString()
toString
TwoTuple<A,B>
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public int size()
ITuple
size
public Object[] toArray()
toArray
Copyright © 2018. All rights reserved.