| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
default ByteConsumer |
ByteConsumer.andThen(ByteConsumer after) |
default ByteConsumer |
ByteConsumer.andThen(IntConsumer after)
Deprecated.
Please use the corresponding type-specific method instead.
|
| Modifier and Type | Method and Description |
|---|---|
default ByteConsumer |
ByteConsumer.andThen(ByteConsumer after) |
default void |
ByteIterator.forEachRemaining(ByteConsumer action)
Performs the given action for each remaining element until all elements
have been processed or the action throws an exception.
|
Copyright © 2020. All rights reserved.