org.apache.commons.collections.set

Class AbstractTestSortedSet.TestSortedSetSubSet

public class AbstractTestSortedSet.TestSortedSetSubSet extends AbstractTestSortedSet

Constructor Summary
TestSortedSetSubSet(int bound, boolean head)
TestSortedSetSubSet(int lobound, int hibound)
Method Summary
BulkTestbulkTestSortedSetHeadSet()
BulkTestbulkTestSortedSetSubSet()
BulkTestbulkTestSortedSetTailSet()
Object[]getFullElements()
Object[]getOtherElements()
booleanisAddSupported()
booleanisFailFastSupported()
booleanisNullSupported()
booleanisRemoveSupported()
booleanisTestSerialization()
SetmakeEmptySet()
SetmakeFullSet()

Constructor Detail

TestSortedSetSubSet

public TestSortedSetSubSet(int bound, boolean head)

TestSortedSetSubSet

public TestSortedSetSubSet(int lobound, int hibound)

Method Detail

bulkTestSortedSetHeadSet

public BulkTest bulkTestSortedSetHeadSet()

bulkTestSortedSetSubSet

public BulkTest bulkTestSortedSetSubSet()

bulkTestSortedSetTailSet

public BulkTest bulkTestSortedSetTailSet()

getFullElements

public Object[] getFullElements()

getOtherElements

public Object[] getOtherElements()

isAddSupported

public boolean isAddSupported()

isFailFastSupported

public boolean isFailFastSupported()

isNullSupported

public boolean isNullSupported()

isRemoveSupported

public boolean isRemoveSupported()

isTestSerialization

public boolean isTestSerialization()

makeEmptySet

public Set makeEmptySet()

makeFullSet

public Set makeFullSet()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.