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

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

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


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

_expectedModCount

private int _expectedModCount
Constructor Detail

RandomAccessLongList.ComodChecker

RandomAccessLongList.ComodChecker(RandomAccessLongList source)
Method Detail

getList

protected RandomAccessLongList getList()

assertNotComodified

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

resyncModCount

protected void resyncModCount()


Copyright (c) 2002-2003 - Apache Software Foundation