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, forEach, forEach, intIterator, intSpliterator, spliterator
CharBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface CharIterable
iterator
in interface java.lang.Iterable<java.lang.Character>
Iterable.iterator()