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