Package org.dmfs.jems2.iterable
Class First<T>
java.lang.Object
org.dmfs.jems2.iterable.DelegatingIterable<T>
org.dmfs.jems2.iterable.First<T>
- All Implemented Interfaces:
Iterable<T>
An
Iterable decorator which returns only the first few elements of the delegate.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dmfs.jems2.iterable.DelegatingIterable
iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
First
-
First
-
First
-
First
-