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