Uses of Class
com.github.phantomthief.tuple.FourTuple
-
Packages that use FourTuple Package Description com.github.phantomthief.tuple -
-
Uses of FourTuple in com.github.phantomthief.tuple
Methods in com.github.phantomthief.tuple that return FourTuple Modifier and Type Method Description static <A,B,C,D>
FourTuple<A,B,C,D>Tuple. tuple(A a, B b, C c, D d)
-