public interface ObjectBidirectionalIterable<K> extends ObjectIterable<K>
Iterable that further strengthens the specification of Iterable.iterator().| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<K> |
iterator()
Returns a type-specific
BidirectionalIterator. |
forEach, spliteratorObjectBidirectionalIterator<K> iterator()
BidirectionalIterator.iterator in interface Iterable<K>iterator in interface ObjectIterable<K>Iterable.iterator()