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