|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.RandomAccessIntList.ComodChecker
private static class RandomAccessIntList.ComodChecker
Field Summary | |
---|---|
private int |
_expectedModCount
|
private RandomAccessIntList |
_source
|
Constructor Summary | |
---|---|
RandomAccessIntList.ComodChecker(RandomAccessIntList source)
|
Method Summary | |
---|---|
protected void |
assertNotComodified()
|
protected RandomAccessIntList |
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 RandomAccessIntList _source
private int _expectedModCount
Constructor Detail |
---|
RandomAccessIntList.ComodChecker(RandomAccessIntList source)
Method Detail |
---|
protected RandomAccessIntList 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 |