IterableMixin<E> typedef

IterableMixin<E> = Iterable<E>

This Iterable mixin implements all Iterable members except iterator.

All other methods are implemented in terms of iterator.

Implementation

// @Deprecated("Use Iterable instead")
typedef IterableMixin<E> = Iterable<E>;