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 DoubleIntPairpublic int getTwo()
getTwo in interface DoubleIntPairpublic int compareTo(DoubleIntPair that)
compareTo in interface Comparable<DoubleIntPair>Copyright © 2004–2016. All rights reserved.