Package net.sf.jasperreports.pdf.util
Class BreakIteratorSplitCharacter.ArrayCharIterator
- java.lang.Object
-
- net.sf.jasperreports.pdf.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 String
EXCEPTION_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 Object
clone()
char
current()
char
first()
int
getBeginIndex()
int
getEndIndex()
int
getIndex()
char
last()
char
next()
char
previous()
char
setIndex(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:
first
in interfaceCharacterIterator
-
last
public char last()
- Specified by:
last
in interfaceCharacterIterator
-
setIndex
public char setIndex(int position)
- Specified by:
setIndex
in interfaceCharacterIterator
-
current
public char current()
- Specified by:
current
in interfaceCharacterIterator
-
next
public char next()
- Specified by:
next
in interfaceCharacterIterator
-
previous
public char previous()
- Specified by:
previous
in interfaceCharacterIterator
-
getBeginIndex
public int getBeginIndex()
- Specified by:
getBeginIndex
in interfaceCharacterIterator
-
getEndIndex
public int getEndIndex()
- Specified by:
getEndIndex
in interfaceCharacterIterator
-
getIndex
public int getIndex()
- Specified by:
getIndex
in interfaceCharacterIterator
-
clone
public Object clone()
- Specified by:
clone
in interfaceCharacterIterator
- Overrides:
clone
in classObject
-
-