Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » [javadoc | source]
org.apache.commons.collections.primitives
abstract public class: TestShortListIterator [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.AbstractTestObject
            org.apache.commons.collections.iterators.AbstractTestIterator
               org.apache.commons.collections.primitives.TestShortIterator
                  org.apache.commons.collections.primitives.TestShortListIterator

All Implemented Interfaces:
    Cloneable

Direct Known Subclasses:
    TestListIteratorShortListIterator

Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestShortListIterator(String testName) 
Method from org.apache.commons.collections.primitives.TestShortListIterator Summary:
makeEmptyShortIterator,   makeEmptyShortListIterator,   makeFullShortIterator,   makeFullShortListIterator
Methods from org.apache.commons.collections.primitives.TestShortIterator:
getFullElements,   makeEmptyIterator,   makeEmptyShortIterator,   makeFullIterator,   makeFullShortIterator,   testEmptyShortIterator,   testNextHasNextRemove,   testRemoveAfterRemove,   testRemoveBeforeNext
Methods from org.apache.commons.collections.iterators.AbstractTestIterator:
makeEmptyIterator,   makeFullIterator,   makeObject,   supportsEmptyIterator,   supportsFullIterator,   supportsRemove,   testEmptyIterator,   testFullIterator,   testRemove,   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.primitives.TestShortListIterator Detail:
 public ShortIterator makeEmptyShortIterator() 
 abstract public ShortListIterator makeEmptyShortListIterator()
 public ShortIterator makeFullShortIterator() 
 abstract public ShortListIterator makeFullShortListIterator()