public interface ObjectIterable<K> extends Iterable<K>
Iterable that strengthens that specification of iterator().Iterable| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<K> |
iterator()
Returns a type-specific iterator.
|
forEach, spliteratorObjectIterator<K> iterator()
Note that this specification strengthens the one given in Iterable.iterator().
iterator in interface Iterable<K>Iterable.iterator()Copyright © 2020. All rights reserved.