T - the type of elements maintained by this Collectionpublic interface ObjectIterable<T>
extends java.lang.Iterable<T>
Iterable that reduces (un)boxing| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<T> |
iterator()
Returns an iterator over elements of type
T. |
default ObjectSplititerator<T> |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
ObjectIterator<T> iterator()
T.iterator in interface java.lang.Iterable<T>default ObjectSplititerator<T> spliterator()
spliterator in interface java.lang.Iterable<T>