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