public class Pair<TYPEA,TYPEB> extends Object implements Comparable<Pair<TYPEA,TYPEB>>
Pair(TYPEA key, TYPEB value)
int
compareTo(Pair<TYPEA,TYPEB> p1)
boolean
equals(Object other)
TYPEA
getKey()
TYPEB
getValue()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(TYPEA key, TYPEB value)
public TYPEA getKey()
public TYPEB getValue()
public String toString()
toString
Object
public boolean equals(Object other)
equals
public int hashCode()
hashCode
public int compareTo(Pair<TYPEA,TYPEB> p1)
compareTo
Comparable<Pair<TYPEA,TYPEB>>
Copyright © 2017. All Rights Reserved.