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