Interface CharBidirectionalIterable
- All Superinterfaces:
CharIterable, Iterable<Character>
- All Known Subinterfaces:
CharSortedSet
- All Known Implementing Classes:
AbstractCharSortedSet, CharAVLTreeSet, CharLinkedOpenCustomHashSet, CharLinkedOpenHashSet, CharRBTreeSet, CharSortedSets.EmptySet, CharSortedSets.Singleton, CharSortedSets.SynchronizedSortedSet, CharSortedSets.UnmodifiableSortedSet
A type-specific
Iterable that further strengthens the specification of Iterable.iterator().-
Method Summary
Methods inherited from interface CharIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
Method Details
-
iterator
CharBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceCharIterable- Specified by:
iteratorin interfaceIterable<Character>- Returns:
- a type-specific bidirectional iterator.
- See Also:
-