public class FloatSequence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
pos |
Constructor and Description |
---|
FloatSequence(java.lang.CharSequence s,
int pos) |
Modifier and Type | Method and Description |
---|---|
void |
advance() |
float |
nextFloat() |
float |
parseFloat()
Parses the content of the buffer and converts it to a float.
|
void |
skipNumberSeparator() |
void |
skipWhitespace() |