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
    CharBidirectionalIterator iterator()
    Returns a type-specific BidirectionalIterator.

    Methods inherited from interface it.unimi.dsi.fastutil.chars.CharIterable

    forEach, forEach, forEach, intIterator, intSpliterator, spliterator
  • Method Details

    • iterator

      Returns a type-specific BidirectionalIterator.
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.chars.CharIterable
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Character>
      Returns:
      a type-specific bidirectional iterator.