Package eu.bandm.tools.util.java
Class BitSets
java.lang.Object
eu.bandm.tools.util.java.BitSets
Library of constants and combinators for classes implementing
BitSet
.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BitSet
all
(int limit) static BitSet
static BitSet
Normally called "setMinus(..)".static void
forEach
(BitSet arg, IntConsumer fun) static <D> void
map
(BitSet arg, IntFunction<D> fun) Deprecated, for removal: This API element is subject to removal in a future version.static BitSet
static BitSet
static BitSet
singleton
(int single) static int
static BitSet
-
Field Details
-
empty
-
-
Method Details
-
and
-
andNot
Normally called "setMinus(..)". -
or
-
xor
-
all
-
singleton
-
the
-
not
-
map
@Deprecated(forRemoval=true, since="1.0") public static <D> void map(BitSet arg, IntFunction<D> fun) Deprecated, for removal: This API element is subject to removal in a future version. -
forEach
-
forEach(java.util.BitSet, java.util.function.IntConsumer)
instead.