public class Pair<T,U> extends Object
T
_1
U
_2
Pair(T _1, U _2)
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)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T _1
public final U _2
public Pair(T _1, U _2)
public static <T,U> Pair<T,U> of(T _1, U _2)
public static <T,U> List<T> _1(List<Pair<T,U>> items)
public static <T,U> List<U> _2(List<Pair<T,U>> items)
Copyright © 2016. All rights reserved.