Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
public class: TestListIteratorDoubleListIterator [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.TestDoubleIterator
                  org.apache.commons.collections.primitives.TestDoubleListIterator
                     org.apache.commons.collections.primitives.adapters.TestListIteratorDoubleListIterator

All Implemented Interfaces:
    Cloneable

Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestListIteratorDoubleListIterator(String testName) 
Method from org.apache.commons.collections.primitives.adapters.TestListIteratorDoubleListIterator Summary:
getFullElements,   makeEmptyDoubleListIterator,   makeEmptyList,   makeFullDoubleListIterator,   makeFullList,   suite
Methods from org.apache.commons.collections.primitives.TestDoubleListIterator:
makeEmptyDoubleIterator,   makeEmptyDoubleListIterator,   makeFullDoubleIterator,   makeFullDoubleListIterator
Methods from org.apache.commons.collections.primitives.TestDoubleIterator:
getFullElements,   makeEmptyDoubleIterator,   makeEmptyIterator,   makeFullDoubleIterator,   makeFullIterator,   testEmptyDoubleIterator,   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.adapters.TestListIteratorDoubleListIterator Detail:
 public double[] getFullElements() 
 public DoubleListIterator makeEmptyDoubleListIterator() 
 protected List makeEmptyList() 
 public DoubleListIterator makeFullDoubleListIterator() 
 protected List makeFullList() 
 public static Test suite()