org.apache.commons.collections.primitives

Class RandomAccessCharList.ComodChecker

private static class RandomAccessCharList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessCharList_source
Constructor Summary
ComodChecker(RandomAccessCharList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessCharListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessCharList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessCharList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessCharList getList()

resyncModCount

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