Packagecom.yworks.support
Classpublic class EmptyIterable
InheritanceEmptyIterable Inheritance Object
Implements Iterable

A utility class that implements an immutable always empty Iterable.



Public Methods
 MethodDefined By
  
Returns an iterator over a set of elements.
EmptyIterable
Public Constants
 ConstantDefined By
  instance : Iterable
[static] A shareable static instance of this class.
EmptyIterable
Method Detail
iterator()method
public function iterator():Iterator

Returns an iterator over a set of elements.

Returns
Iterator — an Iterator.
Constant Detail
instanceConstant
public static const instance:Iterable

A shareable static instance of this class.