| Package | com.ericfeminella.utils.iterators |
| Class | public class IteratorFactory |
Defines a consistant API which handles Iterator instantiation
| Method | Defined by | ||
|---|---|---|---|
|
getIterator(iteratorType:String):IIterator
[static]
Handles Iterator object instantiation based on static constants defined by
IteratorTypes
| IteratorFactory | ||
| getIterator | () | method |
public static function getIterator(iteratorType:String):IIterator
Handles Iterator object instantiation based on static constants defined by IteratorTypes
iteratorType:String — An IteratorTypes static constant representing a valid IteratorType
|
IIterator —
IIterator interface which defines the Iterator instance which is returned
|
See also