Iterable¶
Definition¶
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 container's objects. Methods are defined in the Iterator class. |
Object | toJson() | String | Returns a string of a json representation of this object. |
Method Definitions¶
getClassName()¶
Description¶
Returns the string name of this object's class type.
Example 18¶
Example 19¶
iterator()¶
Description¶
Returns an iterator over this container's objects. Methods are defined in the Iterator class.
Example 2¶
toJson()¶
Description¶
Returns a string of a json representation of this object.