public final class Tuples
extends java.lang.Object
PrimitiveTuples| Modifier and Type | Method | Description | 
|---|---|---|
| static <T1,T2> Pair<T1,T2> | pair(T1 one,
    T2 two) | |
| static <K,V> Pair<K,V> | pairFrom(java.util.Map.Entry<K,V> entry) | |
| static <T> Twin<T> | twin(T one,
    T two) | 
Copyright © 2004–2018. All rights reserved.