public interface ObjectIterable<K>
extends java.lang.Iterable<K>
Iterable that strengthens that specification of
iterator().Iterable| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<K> |
iterator()
Returns a type-specific iterator.
|
ObjectIterator<K> iterator()
Note that this specification strengthens the one given in
Iterable.iterator().
iterator in interface java.lang.Iterable<K>Iterable.iterator()