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. |
ObjectBidirectionalIterator<K> iterator()
BidirectionalIterator.iterator in interface java.lang.Iterable<K>iterator in interface ObjectIterable<K>Iterable.iterator()