Interface ShortBidirectionalIterable
- All Superinterfaces:
Iterable<Short>, ShortIterable
- All Known Subinterfaces:
ShortSortedSet
- All Known Implementing Classes:
AbstractShortSortedSet, ShortAVLTreeSet, ShortLinkedOpenCustomHashSet, ShortLinkedOpenHashSet, ShortRBTreeSet, ShortSortedSets.EmptySet, ShortSortedSets.Singleton, ShortSortedSets.SynchronizedSortedSet, ShortSortedSets.UnmodifiableSortedSet
A type-specific
Iterable that further strengthens the specification of Iterable.iterator().-
Method Summary
Methods inherited from interface ShortIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
Method Details
-
iterator
ShortBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceIterable<Short>- Specified by:
iteratorin interfaceShortIterable- Returns:
- a type-specific bidirectional iterator.
- See Also:
-