Class DelegatingCodepointIterator

java.lang.Object
com.helger.commons.text.codepoint.DelegatingCodepointIterator
All Implemented Interfaces:
ICodepointIterator, Iterator<Codepoint>
Direct Known Subclasses:
CodepointIteratorRestricted

public class DelegatingCodepointIterator extends Object implements ICodepointIterator
Base implementation of a CodepointIterator that filters the output of another ICodepointIterator
Author:
Apache Abdera