public class Pair<F,S> extends Object
Pair(F first, S second)
boolean
equals(Object o)
F
getFirst()
S
getSecond()
int
hashCode()
void
setFirst(F first)
setSecond(S second)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(F first, S second)
public F getFirst()
public S getSecond()
public void setFirst(F first)
public void setSecond(S second)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.