Uses of Class
com.vladsch.flexmark.experimental.util.collection.BitIntegerSet
-
Packages that use BitIntegerSet Package Description com.vladsch.flexmark.experimental.util.collection -
-
Uses of BitIntegerSet in com.vladsch.flexmark.experimental.util.collection
Methods in com.vladsch.flexmark.experimental.util.collection that return BitIntegerSet Modifier and Type Method Description @NotNull BitIntegerSet
BitIntegerSet. and(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. and(@NotNull java.util.BitSet set)
@NotNull BitIntegerSet
BitIntegerSet. andNot(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. andNot(@NotNull java.util.BitSet set)
@NotNull BitIntegerSet
BitIntegerSet. clear(int i)
@NotNull BitIntegerSet
BitIntegerSet. clear(int i, int i1)
@NotNull BitIntegerSet
BitIntegerSet. flip(int i)
@NotNull BitIntegerSet
BitIntegerSet. flip(int i, int i1)
@NotNull BitIntegerSet
BitIntegerSet. get(int i, int i1)
@NotNull BitIntegerSet
BitIntegerSet. or(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. or(@NotNull java.util.BitSet set)
@NotNull BitIntegerSet
BitIntegerSet. set(int i)
@NotNull BitIntegerSet
BitIntegerSet. set(int i, boolean b)
@NotNull BitIntegerSet
BitIntegerSet. set(int i, int i1)
@NotNull BitIntegerSet
BitIntegerSet. set(int i, int i1, boolean b)
static @NotNull BitIntegerSet
BitIntegerSet. valueOf(@org.jetbrains.annotations.NotNull byte[] bytes)
static @NotNull BitIntegerSet
BitIntegerSet. valueOf(@org.jetbrains.annotations.NotNull long[] longs)
static @NotNull BitIntegerSet
BitIntegerSet. valueOf(@NotNull java.nio.ByteBuffer buffer)
static @NotNull BitIntegerSet
BitIntegerSet. valueOf(@NotNull java.nio.LongBuffer buffer)
@NotNull BitIntegerSet
BitIntegerSet. xor(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. xor(@NotNull java.util.BitSet set)
Methods in com.vladsch.flexmark.experimental.util.collection with parameters of type BitIntegerSet Modifier and Type Method Description @NotNull BitIntegerSet
BitIntegerSet. and(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. andNot(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. or(@NotNull BitIntegerSet set)
@NotNull BitIntegerSet
BitIntegerSet. xor(@NotNull BitIntegerSet set)
Constructors in com.vladsch.flexmark.experimental.util.collection with parameters of type BitIntegerSet Constructor Description BitIntegerSet(@NotNull BitIntegerSet other)
BitIntegerSet(@NotNull BitIntegerSet other, boolean reversed)
-