Packagesekati.collections
Interfacepublic interface IPointerIterator
ImplementorsArrayBidirectionalIterator, ArrayBounceIterator, ArrayLoopableIterator, XMLListIterator

IPointerIterator defines which Iterators which are "non-destructive"; meaning they implement a "pointer" to track iteration and do not act directly on the collection they are iterating: the original collection is left intact.



Public Properties
 PropertyDefined by
  pointer : int
IPointerIterator
Property detail
pointerproperty
pointer:int  [read-write]Implementation
    public function get pointer():int
    public function set pointer(value:int):void