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