org.apache.commons.collections.list

Class AbstractTestList.BulkTestSubList

public static class AbstractTestList.BulkTestSubList extends AbstractTestList

Method Summary
Object[]getFullElements()
Object[]getOtherElements()
booleanisAddSupported()
booleanisRemoveSupported()
booleanisSetSupported()
booleanisTestSerialization()
ListmakeEmptyList()
ListmakeFullList()
voidresetEmpty()
voidresetFull()
voidverify()

Method Detail

getFullElements

public Object[] getFullElements()

getOtherElements

public Object[] getOtherElements()

isAddSupported

public boolean isAddSupported()

isRemoveSupported

public boolean isRemoveSupported()

isSetSupported

public boolean isSetSupported()

isTestSerialization

public boolean isTestSerialization()

makeEmptyList

public List makeEmptyList()

makeFullList

public List makeFullList()

resetEmpty

public void resetEmpty()

resetFull

public void resetFull()

verify

public void verify()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.