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