Iterators in this package.Iterator that converts the elements of another Iterator using a AbstractConvertedIterator.Converter before returning them.Iterator that iterates the elements of the given Iterator after converting them using the given AbstractConvertedIterator.Converter.Iterator that iterates the elements of another Iterator, if an AbstractFilteredIterator.IteratorFilter permits it.Iterator that iterates the elements of the given Iterator if the given AbstractFilteredIterator.IteratorFilter permits it.AbstractFilteredIterator.IteratorFilter that filters elements by a list of known elements to include in the result.Iterator that iterates values of an array.Iterator that iterates all values in the given array.Iterable that stores the result of a given Iterator and allows to re-iterate the values.Iterator that converts the elements of another Iterator using a Converter before returning them.Iterator that iterates the elements of the given Iterator after converting them using the given Converter.Iterable that iterates the elements of a String of a comma (or other character) separated value list.Iterable that returns Iterators for all elements of the given string which are separated by the given separator.Iterator that iterates the elements of a string of a comma (or other character) separated value list .Iterator that iterates all elements of the given string which are separated by the given separator.Iterator that returns the elements of another Iterator exactly once, not matter how often they are iterated by the decorated Iterator.Iterator exactly once.Iterator that iterates the elements of another Iterator, if an IteratorFilter permits it.Iterator that iterates the elements of the given Iterator if the given IteratorFilter permits it.AbstractFilteredIterator.IteratorFilter that filters elements by a list of known elements to exclude from the result.AbstractFilteredIterator.IteratorFilter that removes all null elements.Iterator that serializes the results of Iterables which are iterated by an Iterator.SerialIterableIterator.Iterator that serializes the results of other iterators.Iterator that serializes the results of other Iterators which are iterated by an Iterator themselves.SerialIteratorIterator.Iterator that iterates the given value.AbstractFilteredIterator.IteratorFilter that skips a specific number of elements.Set implementation.Collection.