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