public class Pair<T,U> extends Object implements Serializable
Pair(T first, U second)
static <T,U> Pair<T,U>
create(T v1, U v2)
boolean
equals(Object value)
equals(Pair<?,?> value)
T
getFirst()
U
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T first, U second)
public T getFirst()
public U getSecond()
public boolean equals(Object value)
equals
Object
public boolean equals(Pair<?,?> value)
public int hashCode()
hashCode
public String toString()
toString
public static <T,U> Pair<T,U> create(T v1, U v2)
Copyright © 2017. All rights reserved.