Interface Swift_Iterator

Description

Swift Iterator Interface Provides the interface for iterators used for retrieving addresses in batch sends.

Located in /Swift/Iterator.php (line 17)


	
			
Method Summary
int getPosition ()
mixed getValue ()
boolean hasNext ()
boolean next ()
boolean seekTo ( $pos)
Methods
getPosition (line 43)

Get the current list position.

  • access: public
int getPosition ()
getValue (line 38)

Get the value of the list at the current position.

  • access: public
mixed getValue ()
hasNext (line 23)

Check if there is a value in the list after the current one.

  • access: public
boolean hasNext ()
next (line 28)

Move to the next position in the list if possible.

  • access: public
boolean next ()
seekTo (line 33)

Seek to the given numeric index in the list of possible.

  • access: public
boolean seekTo ( $pos)
  • $pos

Documentation generated on Wed, 26 Mar 2008 20:33:08 +1100 by phpDocumentor 1.3.1