public class Pair<K,V> extends Object
Pair(K k, V v)
static <K,V> Pair<K,V>
empty()
<L> Pair<L,V>
left(L left)
of(K k, V v)
<R> Pair<K,R>
right(R right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(K k, V v)
public <L> Pair<L,V> left(L left)
public <R> Pair<K,R> right(R right)
public static <K,V> Pair<K,V> of(K k, V v)
public static <K,V> Pair<K,V> empty()
Copyright © 2017. All rights reserved.