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