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