org.apache.commons.collections.primitives

Class RandomAccessByteList.ComodChecker

private static class RandomAccessByteList.ComodChecker extends Object

Field Summary
int_expectedModCount
RandomAccessByteList_source
Constructor Summary
ComodChecker(RandomAccessByteList source)
Method Summary
protected voidassertNotComodified()
protected RandomAccessByteListgetList()
protected voidresyncModCount()

Field Detail

_expectedModCount

private int _expectedModCount

_source

private RandomAccessByteList _source

Constructor Detail

ComodChecker

ComodChecker(RandomAccessByteList source)

Method Detail

assertNotComodified

protected void assertNotComodified()

getList

protected RandomAccessByteList getList()

resyncModCount

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