ByteIterable, java.lang.Iterable<java.lang.Byte>ByteSortedSetAbstractByteSortedSet, ByteAVLTreeSet, ByteLinkedOpenCustomHashSet, ByteLinkedOpenHashSet, ByteRBTreeSet, ByteSortedSets.EmptySet, ByteSortedSets.Singleton, ByteSortedSets.SynchronizedSortedSet, ByteSortedSets.UnmodifiableSortedSetpublic interface ByteBidirectionalIterable extends ByteIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method | Description |
|---|---|---|
ByteBidirectionalIterator |
iterator() |
Returns a type-specific
BidirectionalIterator. |
forEach, forEachByteBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface ByteIterableiterator in interface java.lang.Iterable<java.lang.Byte>Iterable.iterator()