Package org.apache.abdera.i18n.text
Class CodepointIterator.RestrictedCodepointIterator
java.lang.Object
org.apache.abdera.i18n.text.CodepointIterator
org.apache.abdera.i18n.text.DelegatingCodepointIterator
org.apache.abdera.i18n.text.CodepointIterator.RestrictedCodepointIterator
- Enclosing class:
CodepointIterator
@Deprecated(since="2021-07-29")
public static class CodepointIterator.RestrictedCodepointIterator
extends DelegatingCodepointIterator
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.abdera.i18n.text.CodepointIterator
CodepointIterator.RestrictedCodepointIterator -
Method Summary
Methods inherited from class org.apache.abdera.i18n.text.DelegatingCodepointIterator
isHigh, isLow, limit, peek, peek, peekChars, position, position, remainingMethods inherited from class org.apache.abdera.i18n.text.CodepointIterator
forByteArray, forByteArray, forCharArray, forCharBuffer, forCharSequence, forInputStream, forInputStream, forReadableByteChannel, forReadableByteChannel, forReader, lastPosition, remove, restrict, restrict, restrict, restrict, restrict, restrictMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
hasNext
public boolean hasNext()Deprecated.Description copied from class:CodepointIteratorTrue if there are codepoints remaining- Specified by:
hasNextin interfaceIterator<Codepoint>- Overrides:
hasNextin classDelegatingCodepointIterator
-
next
Deprecated.Description copied from class:CodepointIteratorReturn the next codepoint- Specified by:
nextin interfaceIterator<Codepoint>- Overrides:
nextin classDelegatingCodepointIterator- Throws:
InvalidCharacterException
-
nextChars
Deprecated.Description copied from class:CodepointIteratorReturn the next chars. If the codepoint is not supplemental, the char array will have a single member. If the codepoint is supplemental, the char array will have two members, representing the high and low surrogate chars- Overrides:
nextCharsin classDelegatingCodepointIterator- Throws:
InvalidCharacterException
-