Package it.unimi.dsi.fastutil.longs
Interface LongBidirectionalIterable
- All Superinterfaces:
Iterable<Long>
,LongIterable
- All Known Subinterfaces:
LongSortedSet
- All Known Implementing Classes:
AbstractLongSortedSet
,LongAVLTreeSet
,LongLinkedOpenCustomHashSet
,LongLinkedOpenHashSet
,LongRBTreeSet
,LongSortedSets.EmptySet
,LongSortedSets.Singleton
,LongSortedSets.SynchronizedSortedSet
,LongSortedSets.UnmodifiableSortedSet
A type-specific
Iterable
that further strengthens the specification of
Iterable.iterator()
.-
Method Summary
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEach, forEach, longIterator, longSpliterator, spliterator
-
Method Details
-
iterator
LongBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator
.- Specified by:
iterator
in interfaceIterable<Long>
- Specified by:
iterator
in interfaceLongIterable
- Returns:
- a type-specific bidirectional iterator.
- See Also:
-