|
|||||||||
| Home >> All >> org >> apache >> commons >> collections >> [ primitives overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.collections.primitives
Class RandomAccessCharList.ComodChecker

java.lang.Objectorg.apache.commons.collections.primitives.RandomAccessCharList.ComodChecker
- Direct Known Subclasses:
- RandomAccessCharList.RandomAccessCharListIterator
- Enclosing class:
- RandomAccessCharList
- private static class RandomAccessCharList.ComodChecker
- extends java.lang.Object
| Field Summary | |
private int |
_expectedModCount
|
private RandomAccessCharList |
_source
|
| Constructor Summary | |
(package private) |
RandomAccessCharList.ComodChecker(RandomAccessCharList source)
|
| Method Summary | |
protected void |
assertNotComodified()
|
protected RandomAccessCharList |
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 RandomAccessCharList _source
_expectedModCount
private int _expectedModCount
| Constructor Detail |
RandomAccessCharList.ComodChecker
RandomAccessCharList.ComodChecker(RandomAccessCharList source)
| Method Detail |
getList
protected RandomAccessCharList getList()
assertNotComodified
protected void assertNotComodified()
throws java.util.ConcurrentModificationException
resyncModCount
protected void resyncModCount()
|
|||||||||
| Home >> All >> org >> apache >> commons >> collections >> [ primitives overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.collections.primitives.RandomAccessCharList.ComodChecker