Package it.unimi.dsi.fastutil.floats
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 it.unimi.dsi.fastutil.floats.FloatIterable
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
-
Method Details
-
iterator
FloatBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator
.- Specified by:
iterator
in interfaceFloatIterable
- Specified by:
iterator
in interfaceIterable<Float>
- Returns:
- a type-specific bidirectional iterator.
- See Also:
-