public final class Tuples extends Object
Modifier and Type | Method and Description |
---|---|
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> Twin<T> |
twin(T one,
T two) |
Copyright © 2004–2016. All rights reserved.