Serializable
, Comparable<DoubleIntPair>
, DoubleIntPair
public class DoubleIntPairImpl extends Object implements DoubleIntPair
Modifier and Type | Method | 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–2017. All rights reserved.