| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
default ShortConsumer |
ShortConsumer.andThen(IntConsumer after)
Deprecated.
Please use the corresponding type-specific method instead.
|
default ShortConsumer |
ShortConsumer.andThen(ShortConsumer after) |
| Modifier and Type | Method and Description |
|---|---|
default ShortConsumer |
ShortConsumer.andThen(ShortConsumer after) |
default void |
ShortIterator.forEachRemaining(ShortConsumer 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.