public interface Tuple
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tuple.Two<F,S>
A two-tuple, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Tuple.Two<F,S> |
two(F first,
S second) |
static <F,S> Tuple.Two<F,S> two(F first, S second)