public interface BooleanFillers<T>
Modifier and Type | Method and 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 © 2018. All rights reserved.