public final class Pair<F,S> extends Object implements Serializable
F
first
S
second
Pair()
Pair(F f, S s)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
void
setFirst(F first)
setSecond(S second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public F first
public S second
public Pair()
public Pair(F f, S s)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public F getFirst()
public S getSecond()
public void setFirst(F first)
public void setSecond(S second)
public String toString()
toString
Copyright © 2020. All Rights Reserved.