org.apache.commons.collections.primitives
Class RandomAccessCharList.RandomAccessCharListIterator
protected static
class
RandomAccessCharList.RandomAccessCharListIterator
extends RandomAccessCharList.ComodChecker
implements CharListIterator
private int _lastReturnedIndex
private int _nextIndex
public void add(char value)
public boolean hasNext()
public boolean hasPrevious()
public char next()
public int nextIndex()
public char previous()
public int previousIndex()
public void remove()
public void set(char value)
Copyright (c) 2002-2003 - Apache Software Foundation