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

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

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


Field Summary
private  int _expectedModCount
           
private  RandomAccessShortList _source
           
 
Constructor Summary
RandomAccessShortList.ComodChecker(RandomAccessShortList source)
           
 
Method Summary
protected  void assertNotComodified()
           
protected  RandomAccessShortList 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 RandomAccessShortList _source

_expectedModCount

private int _expectedModCount
Constructor Detail

RandomAccessShortList.ComodChecker

RandomAccessShortList.ComodChecker(RandomAccessShortList source)
Method Detail

getList

protected RandomAccessShortList getList()

assertNotComodified

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

resyncModCount

protected void resyncModCount()


Copyright (c) 2002-2003 - Apache Software Foundation