Package it.unimi.dsi.fastutil.doubles
Interface DoubleBidirectionalIterable
- All Superinterfaces:
DoubleIterable
,Iterable<Double>
- All Known Subinterfaces:
DoubleSortedSet
- All Known Implementing Classes:
AbstractDoubleSortedSet
,DoubleAVLTreeSet
,DoubleLinkedOpenCustomHashSet
,DoubleLinkedOpenHashSet
,DoubleRBTreeSet
,DoubleSortedSets.EmptySet
,DoubleSortedSets.Singleton
,DoubleSortedSets.SynchronizedSortedSet
,DoubleSortedSets.UnmodifiableSortedSet
A type-specific
Iterable
that further strengthens the specification of
Iterable.iterator()
.-
Method Summary
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterable
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
-
Method Details
-
iterator
DoubleBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator
.- Specified by:
iterator
in interfaceDoubleIterable
- Specified by:
iterator
in interfaceIterable<Double>
- Returns:
- a type-specific bidirectional iterator.
- See Also:
-