Package it.unimi.dsi.fastutil.chars
Interface CharBidirectionalIterable
- All Superinterfaces:
it.unimi.dsi.fastutil.chars.CharIterable,java.lang.Iterable<java.lang.Character>
- All Known Subinterfaces:
CharSortedSet
- All Known Implementing Classes:
AbstractCharSortedSet,CharAVLTreeSet,CharLinkedOpenCustomHashSet,CharLinkedOpenHashSet,CharRBTreeSet,CharSortedSets.EmptySet,CharSortedSets.Singleton,CharSortedSets.SynchronizedSortedSet,CharSortedSets.UnmodifiableSortedSet
public interface CharBidirectionalIterable
extends it.unimi.dsi.fastutil.chars.CharIterable
A type-specific
Iterable that further strengthens the specification of Iterable.iterator().-
Method Summary
Modifier and Type Method Description CharBidirectionalIteratoriterator()Returns a type-specificBidirectionalIterator.Methods inherited from interface it.unimi.dsi.fastutil.chars.CharIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
Method Details
-
iterator
CharBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceit.unimi.dsi.fastutil.chars.CharIterable- Specified by:
iteratorin interfacejava.lang.Iterable<java.lang.Character>- Returns:
- a type-specific bidirectional iterator.
-