CharIterable, java.lang.Iterable<java.lang.Character>CharSortedSetAbstractCharSortedSet, CharAVLTreeSet, CharLinkedOpenCustomHashSet, CharLinkedOpenHashSet, CharRBTreeSet, CharSortedSets.EmptySet, CharSortedSets.Singleton, CharSortedSets.SynchronizedSortedSet, CharSortedSets.UnmodifiableSortedSetpublic interface CharBidirectionalIterable extends CharIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method | Description |
|---|---|---|
CharBidirectionalIterator |
iterator() |
Returns a type-specific
BidirectionalIterator. |
forEach, forEachCharBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface CharIterableiterator in interface java.lang.Iterable<java.lang.Character>Iterable.iterator()