Package it.unimi.dsi.fastutil.floats
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 FloatBidirectionalIteratoriterator()Returns a type-specificBidirectionalIterator.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:
iteratorin interfaceit.unimi.dsi.fastutil.floats.FloatIterable- Specified by:
iteratorin interfacejava.lang.Iterable<java.lang.Float>- Returns:
- a type-specific bidirectional iterator.
-