public class IntPair extends java.lang.Object
int
val1
val2
IntPair(int val1, int val2)
boolean
equals(java.lang.Object o)
hashCode()
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final int val1
public final int val2
public IntPair(int val1, int val2)
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode
public java.lang.String toString()
toString
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.