- java.lang.Object
-
- xyz.cofe.iter.LimitIterable.LimitIter<A>
-
- Type Parameters:
A- тип элементов
- All Implemented Interfaces:
Iterator<A>
- Enclosing class:
- LimitIterable<A>
public static class LimitIterable.LimitIter<A> extends Object implements Iterator<A>
Итератор с ограниченной по кол-ву выборкой
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Anext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-