public final class Tuples extends Object
PrimitiveTuples| Modifier and Type | Method and Description |
|---|---|
static <T> Triplet<T> |
identicalTriplet(T each)
|
static <T> Twin<T> |
identicalTwin(T each)
|
static <T1,T2> Pair<T1,T2> |
pair(T1 one,
T2 two) |
static <K,V> Pair<K,V> |
pairFrom(Map.Entry<K,V> entry) |
static <T1,T2,T3> Triple<T1,T2,T3> |
triple(T1 one,
T2 two,
T3 three) |
static <T> Triplet<T> |
triplet(T one,
T two,
T three) |
static <T> Twin<T> |
twin(T one,
T two) |
public static <T1,T2> Pair<T1,T2> pair(T1 one, T2 two)
public static <T> Twin<T> twin(T one, T two)
public static <T> Twin<T> identicalTwin(T each)
public static <T1,T2,T3> Triple<T1,T2,T3> triple(T1 one, T2 two, T3 three)
public static <T> Triplet<T> triplet(T one, T two, T three)
public static <T> Triplet<T> identicalTriplet(T each)
Copyright © 2004–2020. All rights reserved.