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