public class IntDoublePair extends Object
| Constructor and Description |
|---|
IntDoublePair() |
IntDoublePair(int first,
double second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getFirst() |
double |
getSecond() |
int |
hashCode() |
void |
setFirst(int first) |
void |
setSecond(double second) |
Copyright © 2014–2017. All rights reserved.