IterableBase<E> 类型定义
实现了 Iterable 的基本类。
此类使用了 iterator
的方式来实现 Iterable 的所有方法,除了 Iterable.iterator。
实现
// @Deprecated("Use Iterable instead")
typedef IterableBase<E> = Iterable<E>;
实现了 Iterable 的基本类。
此类使用了 iterator
的方式来实现 Iterable 的所有方法,除了 Iterable.iterator。
// @Deprecated("Use Iterable instead")
typedef IterableBase<E> = Iterable<E>;