-
Field Summary
Fields
(package private) char[]
(package private) int
-
Constructor Summary
Constructors
-
Method Summary
Creates a copy of the iterator.
boolean
char
int
void
If possible, remove the current value
-
-
Constructor Details
-
RawReverseArrayContainerCharIterator
-
Method Details
-
clone
Creates a copy of the iterator.
- Specified by:
clone
in interface CharIterator
- Overrides:
clone
in class Object
- Returns:
- a clone of the current iterator
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface CharIterator
- Returns:
- whether there is another value
-
next
public char next()
- Specified by:
next
in interface CharIterator
- Returns:
- next char value
-
nextAsInt
public int nextAsInt()
- Specified by:
nextAsInt
in interface CharIterator
- Returns:
- next short value as int value (using the least significant 16 bits)
-
remove
public void remove()
If possible, remove the current value
- Specified by:
remove
in interface CharIterator