public class Pair<A,B> extends Object
Pair()
Pair(A first, B second)
static <A,B> Pair<A,B>
create(A first, B second)
boolean
equals(Object obj)
A
fst()
int
hashCode()
void
setFirst(A first)
setSecond(B second)
B
snd()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair()
public Pair(A first, B second)
public A fst()
public void setFirst(A first)
public B snd()
public void setSecond(B second)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public static <A,B> Pair<A,B> create(A first, B second)
Copyright © 2021. All rights reserved.