public static class CodepointIterator.RestrictedCodepointIterator extends DelegatingCodepointIterator
CodepointIterator.RestrictedCodepointIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
True if there are codepoints remaining
|
Codepoint |
next()
Return the next codepoint
|
char[] |
nextChars()
Return the next chars.
|
isHigh, isLow, limit, peek, peek, peekChars, position, position, remaining
forByteArray, forByteArray, forCharArray, forCharBuffer, forCharSequence, forInputStream, forInputStream, forReadableByteChannel, forReadableByteChannel, forReader, lastPosition, remove, restrict, restrict, restrict, restrict, restrict, restrict
public boolean hasNext()
CodepointIterator
hasNext
in interface java.util.Iterator<Codepoint>
hasNext
in class DelegatingCodepointIterator
public Codepoint next() throws InvalidCharacterException
CodepointIterator
next
in interface java.util.Iterator<Codepoint>
next
in class DelegatingCodepointIterator
InvalidCharacterException
public char[] nextChars() throws InvalidCharacterException
CodepointIterator
nextChars
in class DelegatingCodepointIterator
InvalidCharacterException
Copyright © 2010 - 2020 Adobe. All Rights Reserved