public class Pair<K,V> extends Object
Pair(K first, V second)
boolean
equals(Object obj)
K
first()
Object
get(int index)
int
hashCode()
static <T,U> Pair<T,U>
of(T first, U second)
V
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K first, V second)
public static <T,U> Pair<T,U> of(T first, U second)
public K first()
public V second()
public Object get(int index)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2013–2015. All rights reserved.