Package com.github.phantomthief.tuple
Class ThreeTuple<A,B,C>
- java.lang.Object
-
- com.github.phantomthief.tuple.TwoTuple<A,B>
-
- com.github.phantomthief.tuple.ThreeTuple<A,B,C>
-
-
Constructor Summary
Constructors Constructor Description ThreeTuple(A a, B b, C c)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CgetThird()inthashCode()StringtoString()
-
-
-
Field Detail
-
third
public final C third
-
-
Constructor Detail
-
ThreeTuple
@Deprecated public ThreeTuple(A a, B b, C c)
Deprecated.useTuple.tuple(Object, Object, Object)instead
-
-