A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

S

setPosition(int) - Method in class net.fauxpark.stringes.StringeReader
Sets the position of the reader.
SevenTuple<A,​B,​C,​D,​E,​F,​G> - Class in net.fauxpark.tuples
7-tuple.
SevenTuple(A, B, C, D, E, F, G) - Constructor for class net.fauxpark.tuples.SevenTuple
Constructs a Tuple with seven items.
SixTuple<A,​B,​C,​D,​E,​F> - Class in net.fauxpark.tuples
6-tuple.
SixTuple(A, B, C, D, E, F) - Constructor for class net.fauxpark.tuples.SixTuple
Constructs a Tuple with six items.
skipWhitespace() - Method in class net.fauxpark.stringes.StringeReader
Advances the reader's position past any immediate white space.
slice(int, int) - Method in class net.fauxpark.stringes.Stringe
Returns a substringe that contains all characters between the two specified positions in the Stringe.
split(char...) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
split(char[], boolean) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
split(char[], int, boolean) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
split(String...) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
split(String[], boolean) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
split(String[], int, boolean) - Method in class net.fauxpark.stringes.Stringe
Splits the Stringe into multiple parts by the specified delimiters.
startsWith(String) - Method in class net.fauxpark.stringes.Stringe
Tests if this Stringe's value starts with the specified prefix.
startsWith(String, int) - Method in class net.fauxpark.stringes.Stringe
Tests if the substring of this Stringe's value beginning at the specified index starts with the specified prefix.
Stringe - Class in net.fauxpark.stringes
Represents a string or a substring in relation to its parent.
Stringe(String) - Constructor for class net.fauxpark.stringes.Stringe
Constructs a new Stringe from the specified string.
Stringe(Stringe) - Constructor for class net.fauxpark.stringes.Stringe
Constructs a new Stringe from another Stringe.
StringeReader - Class in net.fauxpark.stringes
Represents a reader that can read data from a Stringe.
StringeReader(String) - Constructor for class net.fauxpark.stringes.StringeReader
Constructs a new StringeReader using the specified string as input.
StringeReader(Stringe) - Constructor for class net.fauxpark.stringes.StringeReader
Constructs a new StringeReader using the specified Stringe as input.
subSequence(int, int) - Method in class net.fauxpark.stringes.Stringe
Returns a Stringe that is a subsequence of this sequence.
substringe(int) - Method in class net.fauxpark.stringes.Stringe
Creates a substringe from the Stringe, starting at the specified index and extending to the end.
substringe(int, int) - Method in class net.fauxpark.stringes.Stringe
Creates a substringe from the Stringe, starting at the specified index and extending for the specified length.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages