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