Class Spliterator

java.lang.Object
org.exoplatform.commons.utils.Spliterator
All Implemented Interfaces:
Iterator<String>

public class Spliterator extends Object implements Iterator<String>
An iterator that splits a string into chunks without requiring to allocate an array to hold the various chunks of the splitted string.
Version:
$Revision$
Author:
Julien Viet