Package net.sf.jasperreports.engine.util
Class BreakIteratorSplitCharacter.ArrayCharIterator
- java.lang.Object
-
- net.sf.jasperreports.engine.util.BreakIteratorSplitCharacter.ArrayCharIterator
-
- All Implemented Interfaces:
Cloneable,CharacterIterator
- Enclosing class:
- BreakIteratorSplitCharacter
protected static class BreakIteratorSplitCharacter.ArrayCharIterator extends Object implements CharacterIterator
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXCEPTION_MESSAGE_KEY_INVALID_INDEX-
Fields inherited from interface java.text.CharacterIterator
DONE
-
-
Constructor Summary
Constructors Constructor Description ArrayCharIterator(char[] chars, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()charcurrent()charfirst()intgetBeginIndex()intgetEndIndex()intgetIndex()charlast()charnext()charprevious()charsetIndex(int position)
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_INVALID_INDEX
public static final String EXCEPTION_MESSAGE_KEY_INVALID_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
first
public char first()
- Specified by:
firstin interfaceCharacterIterator
-
last
public char last()
- Specified by:
lastin interfaceCharacterIterator
-
setIndex
public char setIndex(int position)
- Specified by:
setIndexin interfaceCharacterIterator
-
current
public char current()
- Specified by:
currentin interfaceCharacterIterator
-
next
public char next()
- Specified by:
nextin interfaceCharacterIterator
-
previous
public char previous()
- Specified by:
previousin interfaceCharacterIterator
-
getBeginIndex
public int getBeginIndex()
- Specified by:
getBeginIndexin interfaceCharacterIterator
-
getEndIndex
public int getEndIndex()
- Specified by:
getEndIndexin interfaceCharacterIterator
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceCharacterIterator
-
clone
public Object clone()
- Specified by:
clonein interfaceCharacterIterator- Overrides:
clonein classObject
-
-