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