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

All Implemented Interfaces:
    ShortListIterator

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