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