private static class RandomAccessByteList.ComodChecker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
_expectedModCount |
private RandomAccessByteList |
_source |
| Constructor and Description |
|---|
ComodChecker(RandomAccessByteList source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertNotComodified() |
protected RandomAccessByteList |
getList() |
protected void |
resyncModCount() |
private RandomAccessByteList _source
private int _expectedModCount
ComodChecker(RandomAccessByteList source)
protected RandomAccessByteList getList()
protected void assertNotComodified()
throws java.util.ConcurrentModificationException
java.util.ConcurrentModificationExceptionprotected void resyncModCount()
Copyright (c) 2002-2003 - Apache Software Foundation