TraverseArrayOptions

Kind of class:class
Inherits from:none
Author:Arthur Clemens
Classpath:org.asapframework.data.array.TraverseArrayOptions
File last modified:Thursday, 12 October 2006, 11:19:40
Array traverse options used by TraverseArrayEnumerator.

Summary


Class properties
  • NONE : Number
    • The enumerator does nothing.
  • LOOP : Number
    • The enumerator loops past the last item.

Class properties

LOOP

static LOOP:Number = (1<<1)
(read)

The enumerator loops past the last item.

NONE

static NONE:Number = (1<<0)
(read)

The enumerator does nothing.