类 IterableAdapter<T>
- java.lang.Object
-
- io.microsphere.collection.IterableAdapter<T>
-
- 类型参数:
T
- the type of elements returned by the iterator
- 所有已实现的接口:
java.lang.Iterable<T>
public class IterableAdapter<T> extends java.lang.Object implements java.lang.Iterable<T>
Iterable
Adapter viaIterator
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy