public class Pair<T,S> extends Object
Pair(T a, S b)
T
_1()
S
_2()
a()
b()
static <T,S> Pair<T,S>
create(T t, S s)
boolean
equals(Object obj)
int
hashCode()
left()
right()
String
toString()
clone, finalize, getClass, 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 int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public T _1()
public S _2()
Copyright © 2013–2020. All rights reserved.