public class ObjectIntPairImpl<T>
extends java.lang.Object
implements com.gs.collections.api.tuple.primitive.ObjectIntPair<T>
public T getOne()
getOne in interface com.gs.collections.api.tuple.primitive.ObjectIntPair<T>public int getTwo()
getTwo in interface com.gs.collections.api.tuple.primitive.ObjectIntPair<T>public 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.Object