org.apache.commons.collections.primitives
Class RandomAccessDoubleList.ComodChecker
java.lang.Object
org.apache.commons.collections.primitives.RandomAccessDoubleList.ComodChecker
- Direct Known Subclasses:
- RandomAccessDoubleList.RandomAccessDoubleListIterator
- Enclosing class:
- RandomAccessDoubleList
- private static class RandomAccessDoubleList.ComodChecker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_source
private RandomAccessDoubleList _source
_expectedModCount
private int _expectedModCount
RandomAccessDoubleList.ComodChecker
RandomAccessDoubleList.ComodChecker(RandomAccessDoubleList source)
getList
protected RandomAccessDoubleList getList()
assertNotComodified
protected void assertNotComodified()
throws ConcurrentModificationException
- Throws:
ConcurrentModificationException
resyncModCount
protected void resyncModCount()
Copyright (c) 2002-2003 - Apache Software Foundation