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