org.apache.commons.collections.primitives

Class RandomAccessShortList.ComodChecker

private static class RandomAccessShortList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessShortList_source
Constructor Summary
ComodChecker(RandomAccessShortList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessShortListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessShortList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessShortList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessShortList getList()

resyncModCount

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