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