public class FloatCharPairImpl extends Object implements FloatCharPair
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FloatCharPair that) |
boolean |
equals(Object o) |
float |
getOne() |
char |
getTwo() |
int |
hashCode() |
String |
toString() |
public float getOne()
getOne
in interface FloatCharPair
public char getTwo()
getTwo
in interface FloatCharPair
public int compareTo(FloatCharPair that)
compareTo
in interface Comparable<FloatCharPair>
Copyright © 2004–2016. All rights reserved.