Class fever.data.iterator.MementoIterator

Implemented Interfaces

Iterator

Description

Iterates over a Memento list.

Method Index

new MementoIterator()
hasPrevious(), previous()

Constructor Detail

MementoIterator

public function MementoIterator(a:Array)

Constructor.

Parameters

aMemento Array

Method Detail

hasPrevious

public function hasPrevious():Boolean

Indicates if we can check for a previous element in array.

Return

Boolean

previous

public function previous()

Returns previous element in array.