public class CodepointIteratorRestricted extends DelegatingCodepointIterator
| Constructor and Description |
|---|
CodepointIteratorRestricted(AbstractCodepointIterator aInternal,
IntPredicate aFilter) |
CodepointIteratorRestricted(AbstractCodepointIterator aInternal,
IntPredicate aFilter,
boolean bScanningOnly) |
CodepointIteratorRestricted(AbstractCodepointIterator aInternal,
IntPredicate aFilter,
boolean bScanningOnly,
boolean bInvert) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Codepoint |
next() |
char[] |
nextChars() |
get, get, getInternalIterator, isHigh, isLow, lastPosition, limit, peek, peek, peekChars, position, position, remaining, remove, restrict, restrict, restrictclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CodepointIteratorRestricted(@Nonnull AbstractCodepointIterator aInternal, @Nonnull IntPredicate aFilter)
public CodepointIteratorRestricted(@Nonnull AbstractCodepointIterator aInternal, @Nonnull IntPredicate aFilter, boolean bScanningOnly)
public CodepointIteratorRestricted(@Nonnull AbstractCodepointIterator aInternal, @Nonnull IntPredicate aFilter, boolean bScanningOnly, boolean bInvert)
public boolean hasNext()
hasNext in interface ICodepointIteratorhasNext in interface Iterator<Codepoint>hasNext in class DelegatingCodepointIteratortrue if there are codepoints remainingpublic Codepoint next()
next in interface ICodepointIteratornext in interface Iterator<Codepoint>next in class DelegatingCodepointIterator@Nullable public char[] nextChars()
nextChars in interface ICodepointIteratornextChars in class DelegatingCodepointIteratorCopyright © 2014–2019 Philip Helger. All rights reserved.