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