public interface ByteBidirectionalIterable extends ByteIterable
Iterable that further strengthens the specification of Iterable.iterator().| Modifier and Type | Method and Description |
|---|---|
ByteBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator. |
forEach, forEachspliteratorByteBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface ByteIterableiterator in interface Iterable<Byte>Iterable.iterator()Copyright © 2020. All rights reserved.