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