public class Pair<A,B> extends Object
Pair(A value1, B value2)
static <A,B> Pair<A,B>
create(A value1, B value2)
A
getValue1()
B
getValue2()
void
setValue1(A value1)
setValue2(B value2)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(A value1, B value2)
public static <A,B> Pair<A,B> create(A value1, B value2)
public A getValue1()
public B getValue2()
public void setValue1(A value1)
public void setValue2(B value2)
public String toString()
toString
Object
Copyright © 2015 Revolution Systems Inc.. All rights reserved.