org.apache.commons.collections.primitives
Class RandomAccessIntList.ComodChecker

java.lang.Object
  extended by org.apache.commons.collections.primitives.RandomAccessIntList.ComodChecker
Direct Known Subclasses:
RandomAccessIntList.RandomAccessIntListIterator
Enclosing class:
RandomAccessIntList

private static class RandomAccessIntList.ComodChecker
extends java.lang.Object


Field Summary
private  int _expectedModCount
           
private  RandomAccessIntList _source
           
 
Constructor Summary
RandomAccessIntList.ComodChecker(RandomAccessIntList source)
           
 
Method Summary
protected  void assertNotComodified()
           
protected  RandomAccessIntList getList()
           
protected  void resyncModCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_source

private RandomAccessIntList _source

_expectedModCount

private int _expectedModCount
Constructor Detail

RandomAccessIntList.ComodChecker

RandomAccessIntList.ComodChecker(RandomAccessIntList source)
Method Detail

getList

protected RandomAccessIntList getList()

assertNotComodified

protected void assertNotComodified()
                            throws java.util.ConcurrentModificationException
Throws:
java.util.ConcurrentModificationException

resyncModCount

protected void resyncModCount()


Copyright (c) 2002-2003 - Apache Software Foundation