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