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 DoubleIterable
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
-
Method Details
-
iterator
DoubleBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceDoubleIterable- Specified by:
iteratorin interfaceIterable<Double>- Returns:
- a type-specific bidirectional iterator.
- See Also:
-