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

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

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


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

_expectedModCount

private int _expectedModCount
Constructor Detail

RandomAccessByteList.ComodChecker

RandomAccessByteList.ComodChecker(RandomAccessByteList source)
Method Detail

getList

protected RandomAccessByteList getList()

assertNotComodified

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

resyncModCount

protected void resyncModCount()


Copyright (c) 2002-2003 - Apache Software Foundation