See: Description
| Class | Description | 
|---|---|
| DefaultSpeciesNewStrategy | |
| InternalArrayIterate | |
| IterableIterate | The IterableIterate class provides a few of the methods from the Smalltalk Collection Protocol for use with general
 Collection classes. | 
| IteratorIterate | The IteratorIterate class implementations of the various iteration patterns for use with java.util.Iterator. | 
| MutableCollectionIterate | |
| RandomAccessListIterate | The ListIterate class provides a few of the methods from the Smalltalk Collection Protocol for use with ArrayLists. | 
| ReflectionHelper | A utility/helper class for working with Classes and Reflection. | 
| SetIterables | Set algebra operations. | 
| SetIterate | |
| SortedBagIterables | |
| SortedSetIterables | SortedSet algebra operations. | 
All the iteration patterns in this package are internal. It is used by iterators specialized for various collections.
This package contains 10 Iteration implementations:
DefaultSpeciesNewStrategy - creates a new instance of a collection based on the class type of collection.
     InternalArrayIterate -  a final class with static iterator methods.
     IterableIterate - provides a few of the methods from the Smalltalk Collection Protocol.
     IteratorIterate - provides various iteration patterns for use with Iterator.
     MutableCollectionIterate - a final class used to chunk MutableCollection.
     RandomAccessListIterate - provides methods from the Smalltalk Collection Protocol for use with ArrayList.
     ReflectionHelper - a utility/helper class for working with Classes and Reflection.
     SetIterables - a class provides for set algebra operations.
     SetIterate - a final class used for internal purposes to iterate over Set.
     SortedSetIterables - a class provides for sortedSet algebra operations.
     Copyright © 2004–2016. All rights reserved.