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 <T> FixedSizeList<T> |
pairToFixedSizeList(Pair<T,T> pair) |
static <T> ImmutableList<T> |
pairToImmutableList(Pair<T,T> pair) |
static <T> MutableList<T> |
pairToList(Pair<T,T> pair) |
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> FixedSizeList<T> |
tripleToFixedSizeList(Triple<T,T,T> triple) |
static <T> ImmutableList<T> |
tripleToImmutableList(Triple<T,T,T> triple) |
static <T> MutableList<T> |
tripleToList(Triple<T,T,T> triple) |
static <T> Twin<T> |
twin(T one,
T two) |
public static <T> MutableList<T> pairToList(Pair<T,T> pair)
public static <T> FixedSizeList<T> pairToFixedSizeList(Pair<T,T> pair)
public static <T> ImmutableList<T> pairToImmutableList(Pair<T,T> pair)
public static <T> MutableList<T> tripleToList(Triple<T,T,T> triple)
public static <T> FixedSizeList<T> tripleToFixedSizeList(Triple<T,T,T> triple)
public static <T> ImmutableList<T> tripleToImmutableList(Triple<T,T,T> triple)
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–2022. All rights reserved.