org.apache.commons.collections.primitives

Class RandomAccessFloatList.ComodChecker

private static class RandomAccessFloatList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessFloatList_source
Constructor Summary
ComodChecker(RandomAccessFloatList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessFloatListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessFloatList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessFloatList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessFloatList getList()

resyncModCount

protected void resyncModCount()
Copyright (c) 2002-2003 - Apache Software Foundation