public class CharRangeIterator extends Object implements ListIterator<Character>
| Constructor and Description |
|---|
CharRangeIterator(char low,
int step,
int size) |
CharRangeIterator(char low,
int step,
int size,
int curr) |
CharRangeIterator(IntRangeIterator delegate) |
public CharRangeIterator(char low, int step, int size)
public CharRangeIterator(char low, int step, int size, int curr)
public CharRangeIterator(IntRangeIterator delegate)
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<Character>public Character previous()
previous in interface ListIterator<Character>public int nextIndex()
nextIndex in interface ListIterator<Character>public int previousIndex()
previousIndex in interface ListIterator<Character>public void remove()
public void set(Character e)
set in interface ListIterator<Character>public void add(Character e)
add in interface ListIterator<Character>Copyright © 2013. All Rights Reserved.