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