java.io.Serializable, java.lang.Comparable<IntBooleanPair>, IntBooleanPairpublic class IntBooleanPairImpl extends java.lang.Object implements IntBooleanPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(IntBooleanPair that) |
|
boolean |
equals(java.lang.Object o) |
|
int |
getOne() |
|
boolean |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public int getOne()
getOne in interface IntBooleanPairpublic boolean getTwo()
getTwo in interface IntBooleanPairpublic 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(IntBooleanPair that)
compareTo in interface java.lang.Comparable<IntBooleanPair>Copyright © 2004–2020. All rights reserved.