Module org.jhotdraw8.collection
Interface PrimitiveIteratorOfByte
- All Superinterfaces:
Iterator<Byte>,PrimitiveIterator<Byte,ByteConsumer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Method Summary
Modifier and TypeMethodDescriptiondefault voidforEachRemaining(@NonNull Consumer<? super Byte> action) default voidforEachRemaining(@NonNull ByteConsumer action) default Bytenext()bytenextByte()
-
Method Details
-
nextByte
byte nextByte() -
forEachRemaining
- Specified by:
forEachRemainingin interfacePrimitiveIterator<Byte,ByteConsumer>
-
next
-
forEachRemaining
- Specified by:
forEachRemainingin interfaceIterator<Byte>
-