Uses of Class
net.fauxpark.stringes.Chare
-
Packages that use Chare Package Description net.fauxpark.stringes The core Stringe classes. -
-
Uses of Chare in net.fauxpark.stringes
Methods in net.fauxpark.stringes that return Chare Modifier and Type Method Description Chare
Stringe. chareAt(int index)
Returns the Chare at the specified index.Chare
StringeReader. peekChare()
Reads the next Chare in the input, but does not consume it.Chare
StringeReader. readChare()
Reads the next Chare from the input and consumes it.Methods in net.fauxpark.stringes that return types with arguments of type Chare Modifier and Type Method Description Iterator<Chare>
Stringe. iterator()
Returns an iterator that iterates through the Chares in the Stringe.Method parameters in net.fauxpark.stringes with type arguments of type Chare Modifier and Type Method Description boolean
StringeReader. eatChareWhile(Function<Chare,Boolean> predicate)
Indicates whether the specified predicate matches the Chare at the reader's current position.
-