Maven module :un.api : api-common :
Class : un.api.character.AbstractCharIterator
Extends/Implements : un.api.character.CharIterator
Subclasses : -

Abstract CharIterator.
author  Johann Sorel


Variables : encoding
Functions : AbstractCharIterator, getEncoding, next, nextToBuffer, nextToUnicode, peek, nextEquals, nextEquals, remove, close


protected CharEncoding encoding


public void AbstractCharIterator (CharEncoding encoding)

public CharEncoding getEncoding ()

public Char next ()

public void nextToBuffer (ByteSequence buffer)

public int nextToUnicode ()

public Char peek ()

public boolean nextEquals (Char ch)

public boolean nextEquals (int codepoint)

public boolean remove ()

public void close ()