public class ShortIntPairImpl
extends java.lang.Object
implements com.gs.collections.api.tuple.primitive.ShortIntPair
public short getOne()
getOne in interface com.gs.collections.api.tuple.primitive.ShortIntPairpublic int getTwo()
getTwo in interface com.gs.collections.api.tuple.primitive.ShortIntPairpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(com.gs.collections.api.tuple.primitive.ShortIntPair that)
compareTo in interface java.lang.Comparable<com.gs.collections.api.tuple.primitive.ShortIntPair>