Package com.reign.kat.lib.command
Class SmartStringSplitter
java.lang.Object
com.reign.kat.lib.command.SmartStringSplitter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SmartStringSplitter
-
-
Method Details
-
next
Consumes and returns the next string available.- Returns:
- next string in the queue.
-
all
Consumes and returns the rest of the available strings as one string.- Returns:
- String of all available strings in the queue.
-
size
public int size()Returns the size of the queue.
-