public class BooleanIntPairImpl extends Object implements BooleanIntPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BooleanIntPair that) |
boolean |
equals(Object o) |
boolean |
getOne() |
int |
getTwo() |
int |
hashCode() |
String |
toString() |
public boolean getOne()
getOne in interface BooleanIntPairpublic int getTwo()
getTwo in interface BooleanIntPairpublic int compareTo(BooleanIntPair that)
compareTo in interface Comparable<BooleanIntPair>Copyright © 2004–2022. All rights reserved.