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: TestListIteratorLongListIterator [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.TestLongIterator
                  org.apache.commons.collections.primitives.TestLongListIterator
                     org.apache.commons.collections.primitives.adapters.TestListIteratorLongListIterator

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 TestListIteratorLongListIterator(String testName) 
Method from org.apache.commons.collections.primitives.adapters.TestListIteratorLongListIterator Summary:
getFullElements,   makeEmptyList,   makeEmptyLongListIterator,   makeFullList,   makeFullLongListIterator,   suite
Methods from org.apache.commons.collections.primitives.TestLongListIterator:
makeEmptyLongIterator,   makeEmptyLongListIterator,   makeFullLongIterator,   makeFullLongListIterator
Methods from org.apache.commons.collections.primitives.TestLongIterator:
getFullElements,   makeEmptyIterator,   makeEmptyLongIterator,   makeFullIterator,   makeFullLongIterator,   testEmptyLongIterator,   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.TestListIteratorLongListIterator Detail:
 public long[] getFullElements() 
 protected List makeEmptyList() 
 public LongListIterator makeEmptyLongListIterator() 
 protected List makeFullList() 
 public LongListIterator makeFullLongListIterator() 
 public static Test suite()