A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- ThreeTuple<A,B,C> - Class in net.fauxpark.tuples
-
3-tuple.
- ThreeTuple(A, B, C) - Constructor for class net.fauxpark.tuples.ThreeTuple
-
Constructs a Tuple with three items.
- Token<T> - Class in net.fauxpark.stringes
-
Represents a Token with a string value and a custom identifier.
- Token(T, String) - Constructor for class net.fauxpark.stringes.Token
-
Constructs a new Token from the specified string.
- Token(T, Stringe) - Constructor for class net.fauxpark.stringes.Token
-
Constructs a new Token from the specified Stringe.
- tokenize(String) - Method in class net.fauxpark.stringes.Lexer
-
Tokenizes the input string and enumerates the resulting tokens.
- tokenize(Stringe) - Method in class net.fauxpark.stringes.Lexer
-
Tokenizes the input Stringe and enumerates the resulting tokens.
- tokenize(Stringe, BiFunction<Stringe, T, U>) - Method in class net.fauxpark.stringes.Lexer
-
Tokenizes the input Stringe and enumerates the resulting tokens using the specified token emitter.
- toLowerCase() - Method in class net.fauxpark.stringes.Stringe
-
Returns a copy of this Stringe with all of its characters converted to lower case.
- toString() - Method in class net.fauxpark.stringes.Chare
-
Returns the string representation of the current Chare.
- toString() - Method in class net.fauxpark.stringes.Stringe
-
Returns the string value of the Stringe.
- toString() - Method in class net.fauxpark.stringes.Token
-
Returns a string representation of the current token.
- toString() - Method in class net.fauxpark.tuples.EightTuple
- toString() - Method in class net.fauxpark.tuples.FiveTuple
- toString() - Method in class net.fauxpark.tuples.FourTuple
- toString() - Method in class net.fauxpark.tuples.OneTuple
- toString() - Method in class net.fauxpark.tuples.SevenTuple
- toString() - Method in class net.fauxpark.tuples.SixTuple
- toString() - Method in class net.fauxpark.tuples.ThreeTuple
- toString() - Method in class net.fauxpark.tuples.TwoTuple
- toStringe(Object) - Static method in class net.fauxpark.stringes.Stringe
-
Converts the specified object into a Stringe.
- toUpperCase() - Method in class net.fauxpark.stringes.Stringe
-
Returns a copy of this Stringe with all of its characters converted to upper case.
- trim() - Method in class net.fauxpark.stringes.Stringe
-
Returns the Stringe with any leading and trailing white space removed.
- trim(char...) - Method in class net.fauxpark.stringes.Stringe
-
Returns the Stringe with any leading and trailing occurrences of the specified characters removed.
- trimEnd(char...) - Method in class net.fauxpark.stringes.Stringe
-
Returns the Stringe with any trailing occurrences of the specified characters removed.
- trimStart(char...) - Method in class net.fauxpark.stringes.Stringe
-
Returns the Stringe with any leading occurrences of the specified characters removed.
- Tuples - Class in net.fauxpark.tuples
-
Makes tuples for your pleasure.
- Tuples() - Constructor for class net.fauxpark.tuples.Tuples
- TwoTuple<A,B> - Class in net.fauxpark.tuples
-
2-tuple.
- TwoTuple(A, B) - Constructor for class net.fauxpark.tuples.TwoTuple
-
Constructs a Tuple with two items.
All Classes All Packages