|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.RandomAccessCharList.ComodChecker
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 |
private RandomAccessCharList _source
private int _expectedModCount
Constructor Detail |
RandomAccessCharList.ComodChecker(RandomAccessCharList source)
Method Detail |
protected RandomAccessCharList getList()
protected void assertNotComodified() throws java.util.ConcurrentModificationException
java.util.ConcurrentModificationException
protected void resyncModCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |