public class Pair<T,S> extends Object
Pair(T a, S b)
T
a()
S
b()
static <T,S> Pair<T,S>
create(T t, S s)
left()
right()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(T a, S b)
public static <T,S> Pair<T,S> create(T t, S s)
public T a()
public S b()
public T left()
public S right()
public String toString()
toString
Object
Copyright © 2020. All rights reserved.