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