public class TupleUtil extends Object
TupleUtil()
static <A,B> TwoTuple<A,B>
tuple(A a, B b)
static <A,B,C> ThreeTuple<A,B,C>
tuple(A a, B b, C c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TupleUtil()
public static <A,B> TwoTuple<A,B> tuple(A a, B b)
public static <A,B,C> ThreeTuple<A,B,C> tuple(A a, B b, C c)
Copyright © 2022. All rights reserved.