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: RandomAccessIntList.RandomAccessIntListIterator [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.RandomAccessIntList$ComodChecker
      org.apache.commons.collections.primitives.RandomAccessIntList$RandomAccessIntListIterator

All Implemented Interfaces:
    IntListIterator

Constructor:
 RandomAccessIntListIterator(RandomAccessIntList list,
    int index) 
Method from org.apache.commons.collections.primitives.RandomAccessIntList$RandomAccessIntListIterator Summary:
add,   hasNext,   hasPrevious,   next,   nextIndex,   previous,   previousIndex,   remove,   set
Methods from org.apache.commons.collections.primitives.RandomAccessIntList$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.RandomAccessIntList$RandomAccessIntListIterator Detail:
 public  void add(int value) 
 public boolean hasNext() 
 public boolean hasPrevious() 
 public int next() 
 public int nextIndex() 
 public int previous() 
 public int previousIndex() 
 public  void remove() 
 public  void set(int value)