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