Access keys

Enumerator

Kind of class: class
Inherits from: Dispatcher
Known subclasses:
Author: Arthur Clemens
Classpath: org.asapframework.data.Enumerator
File last modified: Thursday, 12 October 2006, 11:09:08
Virtual base class for enumerator objects.

Summary

Constructor
Instance properties
Instance properties inherited from Dispatcher

Constructor

Enumerator

function Enumerator (
)

Instance methods

getAllObjects

function getAllObjects (
) : Array
Creates an array of all objects. Original input order may not be preserved.

getCurrentObject

function getCurrentObject (
) : Object
Retrieves the object at the current pointer position.

getNextObject

function getNextObject (
) : Object
Moves the pointer forward and returns the object at that position.

reset

function reset (
) : Void
Sets pointer position before the beginning of the first item.