First
Second
public class Pair<First,Second> extends Object
one
two
Pair(First one, Second two)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final First one
public final Second two
public Pair(First one, Second two)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2019. All rights reserved.