Package com.github.phantomthief.tuple
Class FourTuple<A,B,C,D>
- java.lang.Object
-
- com.github.phantomthief.tuple.TwoTuple<A,B>
-
- com.github.phantomthief.tuple.ThreeTuple<A,B,C>
-
- com.github.phantomthief.tuple.FourTuple<A,B,C,D>
-
public final class FourTuple<A,B,C,D> extends ThreeTuple<A,B,C>
大家尽量不要用到这个类哦,很蛋疼了。- Author:
- w.vela
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DgetFourth()inthashCode()StringtoString()-
Methods inherited from class com.github.phantomthief.tuple.ThreeTuple
getThird
-
-