Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » set » [javadoc | source]
org.apache.commons.collections.set
public class: AbstractTestSortedSet.TestSortedSetSubSet [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.AbstractTestObject
            org.apache.commons.collections.collection.AbstractTestCollection
               org.apache.commons.collections.set.AbstractTestSet
                  org.apache.commons.collections.set.AbstractTestSortedSet
                     org.apache.commons.collections.set.AbstractTestSortedSet$TestSortedSetSubSet

All Implemented Interfaces:
    Cloneable

Field Summary
static final  int TYPE_SUBSET     
static final  int TYPE_TAILSET     
static final  int TYPE_HEADSET     
Fields inherited from org.apache.commons.collections.collection.AbstractTestCollection:
collection,  confirmed
Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestSortedSetSubSet(int bound,
    boolean head) 
 public TestSortedSetSubSet(int lobound,
    int hibound) 
Method from org.apache.commons.collections.set.AbstractTestSortedSet$TestSortedSetSubSet Summary:
bulkTestSortedSetHeadSet,   bulkTestSortedSetSubSet,   bulkTestSortedSetTailSet,   getFullElements,   getOtherElements,   isAddSupported,   isFailFastSupported,   isNullSupported,   isRemoveSupported,   isTestSerialization,   makeEmptySet,   makeFullSet
Methods from org.apache.commons.collections.set.AbstractTestSortedSet:
bulkTestSortedSetHeadSet,   bulkTestSortedSetSubSet,   bulkTestSortedSetTailSet,   getConfirmedSortedSet,   getFullNonNullElements,   getOtherNonNullElements,   isNullSupported,   makeConfirmedCollection,   verify
Methods from org.apache.commons.collections.set.AbstractTestSet:
getConfirmedSet,   getSet,   isEqualsCheckable,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   makeEmptySet,   makeFullCollection,   makeFullSet,   testSetEquals,   testSetHashCode,   verify
Methods from org.apache.commons.collections.collection.AbstractTestCollection:
areEqualElementsDistinguishable,   cloneMapEntry,   getFullElements,   getFullNonNullElements,   getFullNonNullStringElements,   getOtherElements,   getOtherNonNullElements,   getOtherNonNullStringElements,   isAddSupported,   isEqualsCheckable,   isFailFastSupported,   isNullSupported,   isRemoveSupported,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   makeFullCollection,   makeObject,   resetEmpty,   resetFull,   testCollectionAdd,   testCollectionAddAll,   testCollectionClear,   testCollectionContains,   testCollectionContainsAll,   testCollectionIsEmpty,   testCollectionIterator,   testCollectionIteratorFailFast,   testCollectionIteratorRemove,   testCollectionRemove,   testCollectionRemoveAll,   testCollectionRetainAll,   testCollectionSize,   testCollectionToArray,   testCollectionToArray2,   testCollectionToString,   testSerializeDeserializeThenCompare,   testUnsupportedAdd,   testUnsupportedRemove,   verify
Methods from org.apache.commons.collections.AbstractTestObject:
getCanonicalEmptyCollectionName,   getCanonicalFullCollectionName,   getCompatibilityVersion,   isEqualsCheckable,   isTestSerialization,   makeObject,   readExternalFormFromBytes,   readExternalFormFromDisk,   skipSerializedCanonicalTests,   supportsEmptyCollections,   supportsFullCollections,   testCanonicalEmptyCollectionExists,   testCanonicalFullCollectionExists,   testEqualsNull,   testObjectEqualsSelf,   testObjectHashCodeEqualsContract,   testObjectHashCodeEqualsSelfHashCode,   testSerializeDeserializeThenCompare,   testSimpleSerialization,   writeExternalFormToBytes,   writeExternalFormToDisk
Methods from org.apache.commons.collections.BulkTest:
clone,   ignoredSimpleTests,   makeSuite,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.set.AbstractTestSortedSet$TestSortedSetSubSet Detail:
 public BulkTest bulkTestSortedSetHeadSet() 
 public BulkTest bulkTestSortedSetSubSet() 
 public BulkTest bulkTestSortedSetTailSet() 
 public Object[] getFullElements() 
 public Object[] getOtherElements() 
 public boolean isAddSupported() 
 public boolean isFailFastSupported() 
 public boolean isNullSupported() 
 public boolean isRemoveSupported() 
 public boolean isTestSerialization() 
 public Set makeEmptySet() 
 public Set makeFullSet()