public class Pair<T,U> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T,U> List<T> |
_1(List<Pair<T,U>> items) |
static <T,U> List<U> |
_2(List<Pair<T,U>> items) |
static <T,U> Pair<T,U> |
of(T _1,
U _2) |
String |
toString() |
Copyright © 2019. All rights reserved.