Package com.github.phantomthief.tuple
Class TwoTuple<A,B>
- java.lang.Object
-
- com.github.phantomthief.tuple.TwoTuple<A,B>
-
- Direct Known Subclasses:
ThreeTuple
public class TwoTuple<A,B> extends Object
- Author:
- w.vela
-
-
Constructor Detail
-
TwoTuple
@Deprecated public TwoTuple(A a, B b)
Deprecated.useTuple.tuple(Object, Object)instead
-
-