Serializable
, Comparable<CharFloatPair>
, CharFloatPair
public class CharFloatPairImpl extends Object implements CharFloatPair
Modifier and Type | Method | 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–2019. All rights reserved.