Interface ByteBidirectionalIterable
- All Superinterfaces:
ByteIterable,Iterable<Byte>
- All Known Subinterfaces:
ByteSortedSet
- All Known Implementing Classes:
AbstractByteSortedSet,ByteAVLTreeSet,ByteLinkedOpenCustomHashSet,ByteLinkedOpenHashSet,ByteRBTreeSet,ByteSortedSets.EmptySet,ByteSortedSets.Singleton,ByteSortedSets.SynchronizedSortedSet,ByteSortedSets.UnmodifiableSortedSet
A type-specific
Iterable that further strengthens the specification of
Iterable.iterator().-
Method Summary
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
Method Details
-
iterator
ByteBidirectionalIterator iterator()Returns a type-specificBidirectionalIterator.- Specified by:
iteratorin interfaceByteIterable- Specified by:
iteratorin interfaceIterable<Byte>- Returns:
- a type-specific bidirectional iterator.
- See Also:
-