Skip to content
Reference > Classes

Iterable

Definition

Iterable var = .... ;

Extends

Extended By

Method Summary

Owner Name Return Type Description
Object getClassName() String Returns the string name of this object's class type.
Iterable iterator() Iterator Returns an iterator over this containers objects
Object toJson() String Returns a json representation of this object.

Method Definitions


iterator()

Iterator Iterable::iterator()

Description

Returns an iterator over this containers objects