FIRST
SECOND
public class Pair<FIRST,SECOND> extends Object
protected FIRST
first
protected SECOND
second
Pair(FIRST f, SECOND s)
boolean
equals(Object o)
first()
int
hashCode()
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final FIRST first
protected final SECOND second
public Pair(FIRST f, SECOND s)
public FIRST first()
public SECOND second()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2016. All rights reserved.