Uses of Class
com.helger.commons.text.codepoint.AbstractCodepointIterator
Packages that use AbstractCodepointIterator
-
Uses of AbstractCodepointIterator in com.helger.commons.text.codepoint
Subclasses of AbstractCodepointIterator in com.helger.commons.text.codepointModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.helger.commons.text.codepoint that return AbstractCodepointIteratorMethods in com.helger.commons.text.codepoint with parameters of type AbstractCodepointIteratorModifier and TypeMethodDescriptionstatic intCodepointHelper.length(AbstractCodepointIterator aIter) static voidCodepointHelper.verify(AbstractCodepointIterator aIter, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified filterstatic voidCodepointHelper.verify(AbstractCodepointIterator aIter, IntPredicate aFilter) Verifies a sequence of codepoints using the specified filterConstructors in com.helger.commons.text.codepoint with parameters of type AbstractCodepointIteratorModifierConstructorDescriptionCodepointIteratorRestricted(AbstractCodepointIterator aInternal, IntPredicate aFilter) CodepointIteratorRestricted(AbstractCodepointIterator aInternal, IntPredicate aFilter, boolean bScanningOnly) CodepointIteratorRestricted(AbstractCodepointIterator aInternal, IntPredicate aFilter, boolean bScanningOnly, boolean bInvert) protected