T1
T2
public class Pair<T1,T2> extends Object
Pair(T1 obj1, T2 obj2)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
static <T1,T2> Pair<T1,T2>
make(T1 obj1, T2 obj2)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 obj1, T2 obj2)
public T1 getFirst()
public T2 getSecond()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public static <T1,T2> Pair<T1,T2> make(T1 obj1, T2 obj2)
Copyright © 2018 JBoss by Red Hat. All rights reserved.