Interface FloatBidirectionalIterable

All Superinterfaces:
it.unimi.dsi.fastutil.floats.FloatIterable, java.lang.Iterable<java.lang.Float>
All Known Subinterfaces:
FloatSortedSet
All Known Implementing Classes:
AbstractFloatSortedSet, FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatRBTreeSet, FloatSortedSets.EmptySet, FloatSortedSets.Singleton, FloatSortedSets.SynchronizedSortedSet, FloatSortedSets.UnmodifiableSortedSet

public interface FloatBidirectionalIterable
extends it.unimi.dsi.fastutil.floats.FloatIterable
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
  • Method Summary

    Modifier and Type Method Description
    FloatBidirectionalIterator iterator()
    Returns a type-specific BidirectionalIterator.

    Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterable

    doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
  • Method Details

    • iterator

      Returns a type-specific BidirectionalIterator.
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.floats.FloatIterable
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Float>
      Returns:
      a type-specific bidirectional iterator.