public class Pair<First,Second> extends Object
First
getFirst()
Second
getSecond()
static <T1,T2> Pair<T1,T2>
of(T1 first, T2 second)
void
setFirst(First first)
setSecond(Second second)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static <T1,T2> Pair<T1,T2> of(T1 first, T2 second)
public First getFirst()
public void setFirst(First first)
public Second getSecond()
public void setSecond(Second second)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.