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