Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » [javadoc | source]
org.apache.commons.collections.primitives
protected static class: RandomAccessCharList.RandomAccessCharListIterator [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.RandomAccessCharList$ComodChecker
      org.apache.commons.collections.primitives.RandomAccessCharList$RandomAccessCharListIterator

All Implemented Interfaces:
    CharListIterator

Constructor:
 RandomAccessCharListIterator(RandomAccessCharList list,
    int index) 
Method from org.apache.commons.collections.primitives.RandomAccessCharList$RandomAccessCharListIterator Summary:
add,   hasNext,   hasPrevious,   next,   nextIndex,   previous,   previousIndex,   remove,   set
Methods from org.apache.commons.collections.primitives.RandomAccessCharList$ComodChecker:
assertNotComodified,   getList,   resyncModCount
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.RandomAccessCharList$RandomAccessCharListIterator Detail:
 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)