Uses of Interface
org.jhotdraw8.collection.primitive.ByteConsumer
Packages that use ByteConsumer
Package
Description
Defines interfaces for primitive collections and provides implementations.
-
Uses of ByteConsumer in org.jhotdraw8.collection.primitive
Methods in org.jhotdraw8.collection.primitive with parameters of type ByteConsumerModifier and TypeMethodDescriptionvoidByteArraySpliterator.forEachRemaining(@NonNull ByteConsumer action) default voidPrimitiveIteratorOfByte.forEachRemaining(@NonNull ByteConsumer action) default voidSpliteratorOfByte.forEachRemaining(@NonNull ByteConsumer action) booleanByteArraySpliterator.tryAdvance(@NonNull ByteConsumer action) booleanSpliteratorOfByte.tryAdvance(@NonNull ByteConsumer action)