public interface CharBidirectionalIterable extends CharIterable
Iterable that further strengthens the specification of Iterable.iterator().| Modifier and Type | Method and Description |
|---|---|
CharBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator. |
forEach, forEachspliteratorCharBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface CharIterableiterator in interface Iterable<Character>Iterable.iterator()