java.lang.Object
xyz.cofe.iter.EterableProxy<A>
- Type Parameters:
A- тип элемента
- All Implemented Interfaces:
java.lang.Iterable<A>,Eterable<A>
public class EterableProxy<A> extends java.lang.Object implements Eterable<A>
Прокси для итератора
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EterableProxy(java.lang.Iterable<? extends A> target)Конструктор -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Constructor Details
-
EterableProxy
Конструктор- Parameters:
target- исходный итератор
-
-
Method Details