org.apache.commons.collections.set

Class AbstractTestSortedSet.TestSortedSetSubSet

Enclosing Class:
AbstractTestSortedSet

public class AbstractTestSortedSet.TestSortedSetSubSet
extends AbstractTestSortedSet

Constructor Summary

TestSortedSetSubSet(int bound, boolean head)
TestSortedSetSubSet(int lobound, int hibound)

Method Summary

BulkTest
bulkTestSortedSetHeadSet()
BulkTest
bulkTestSortedSetSubSet()
BulkTest
bulkTestSortedSetTailSet()
Object[]
getFullElements()
Object[]
getOtherElements()
boolean
isAddSupported()
boolean
isFailFastSupported()
boolean
isNullSupported()
boolean
isRemoveSupported()
boolean
isTestSerialization()
Set
makeEmptySet()
Set
makeFullSet()

Constructor Details

TestSortedSetSubSet

public TestSortedSetSubSet(int bound,
                           boolean head)

TestSortedSetSubSet

public TestSortedSetSubSet(int lobound,
                           int hibound)

Method Details

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-2007 Apache Software Foundation. All Rights Reserved.