org.apache.commons.collections.primitives

Class RandomAccessIntList.ComodChecker

private static class RandomAccessIntList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessIntList_source
Constructor Summary
ComodChecker(RandomAccessIntList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessIntListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessIntList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessIntList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessIntList getList()

resyncModCount

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