BooleanColumnpublic interface BooleanFillers<T>
| Modifier and Type | Method | Description |
|---|---|---|
default T |
fillWith(it.unimi.dsi.fastutil.booleans.BooleanIterable iterable) |
|
T |
fillWith(it.unimi.dsi.fastutil.booleans.BooleanIterator iterator) |
|
T |
fillWith(Supplier<Boolean> supplier) |
Copyright © 2022. All rights reserved.