Uses of Interface
com.helger.commons.text.codepoint.ICodepointIterator
-
Packages that use ICodepointIterator Package Description com.helger.commons.text.codepoint -
-
Uses of ICodepointIterator in com.helger.commons.text.codepoint
Classes in com.helger.commons.text.codepoint that implement ICodepointIterator Modifier and Type Class Description classAbstractCodepointIteratorProvides an iterator over Unicode CodepointsclassCodepointIteratorByteArrayclassCodepointIteratorByteBufferclassCodepointIteratorCharArrayclassCodepointIteratorCharBufferclassCodepointIteratorCharSequenceclassCodepointIteratorInputStreamclassCodepointIteratorReadableByteChannelclassCodepointIteratorReaderclassCodepointIteratorRestrictedclassDelegatingCodepointIteratorBase implementation of a CodepointIterator that filters the output of anotherICodepointIteratorMethods in com.helger.commons.text.codepoint with parameters of type ICodepointIterator Modifier and Type Method Description static voidCodepointHelper. verifyNot(ICodepointIterator aIter, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper. verifyNot(ICodepointIterator aIter, IntPredicate aFilter)Verifies a sequence of codepoints using the specified filter
-