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