- All Implemented Interfaces:
Iterator<String>
Splits a list of items.
Delimiters are escaped if they are in
double quotes.
-
Constructor Summary
Constructors
Generates a new itemizer.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListItemizer
Generates a new itemizer.
- Parameters:
list
- the list to be itemized
delimiters
- the set of delimiter characters
-