org.apache.commons.collections.primitives

Class RandomAccessDoubleList.ComodChecker

private static class RandomAccessDoubleList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessDoubleList_source
Constructor Summary
ComodChecker(RandomAccessDoubleList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessDoubleListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessDoubleList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessDoubleList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessDoubleList getList()

resyncModCount

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