Packageorg.purepdf.collections.iterator
Classpublic class AbstractIterator
InheritanceAbstractIterator Inheritance Object
Implements it.sephiroth.utils.collections.iterators.Iterator
Subclasses PdfCrossReferenceCollectionIterator



Protected Properties
 PropertyDefined By
  _next : Object
AbstractIterator
Public Methods
 MethodDefined By
  
AbstractIterator
  
hasNext():Boolean
AbstractIterator
  
next():*
AbstractIterator
Protected Methods
 MethodDefined By
  
AbstractIterator
Property Detail
_nextproperty
protected var _next:Object

Constructor Detail
AbstractIterator()Constructor
public function AbstractIterator()



Method Detail
hasNext()method
public function hasNext():Boolean

Returns
Boolean
next()method 
public function next():*

Returns
*
nextEntry()method 
protected function nextEntry():*

Returns
*