T
U
public class Pair<T,U> extends Object
Pair(T first, U second)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T first, U second)
public T getFirst()
public U getSecond()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.