Interface FloatBidirectionalIterable
- All Superinterfaces:
FloatIterable, Iterable<Float>
- All Known Subinterfaces:
FloatSortedSet
- All Known Implementing Classes:
AbstractFloatSortedSet, FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatRBTreeSet, FloatSortedSets.EmptySet, FloatSortedSets.Singleton, FloatSortedSets.SynchronizedSortedSet, FloatSortedSets.UnmodifiableSortedSet
A type-specific
Iterable that further strengthens the specification of Iterable.iterator().-
Method Summary
Methods inherited from interface FloatIterable
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
-
Method Details
-
iterator
FloatBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceFloatIterable- Specified by:
iteratorin interfaceIterable<Float>- Returns:
- a type-specific bidirectional iterator.
- See Also:
-