java.lang.Object
xyz.cofe.iter.EmptyIterable<T>
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Iterator<T>,Eterable<T>
public class EmptyIterable<T> extends java.lang.Object implements Eterable<T>, java.util.Iterator<T>
Возвращает пустую последовательность объектов
-
Constructor Summary
Constructors Constructor Description EmptyIterable() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmptyIterable
public EmptyIterable()
-
-
Method Details