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 BitIntegerSetBitIntegerSet. and(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. and(@NotNull java.util.BitSet set)@NotNull BitIntegerSetBitIntegerSet. andNot(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. andNot(@NotNull java.util.BitSet set)@NotNull BitIntegerSetBitIntegerSet. clear(int i)@NotNull BitIntegerSetBitIntegerSet. clear(int i, int i1)@NotNull BitIntegerSetBitIntegerSet. flip(int i)@NotNull BitIntegerSetBitIntegerSet. flip(int i, int i1)@NotNull BitIntegerSetBitIntegerSet. get(int i, int i1)@NotNull BitIntegerSetBitIntegerSet. or(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. or(@NotNull java.util.BitSet set)@NotNull BitIntegerSetBitIntegerSet. set(int i)@NotNull BitIntegerSetBitIntegerSet. set(int i, boolean b)@NotNull BitIntegerSetBitIntegerSet. set(int i, int i1)@NotNull BitIntegerSetBitIntegerSet. set(int i, int i1, boolean b)static @NotNull BitIntegerSetBitIntegerSet. valueOf(@org.jetbrains.annotations.NotNull byte[] bytes)static @NotNull BitIntegerSetBitIntegerSet. valueOf(@org.jetbrains.annotations.NotNull long[] longs)static @NotNull BitIntegerSetBitIntegerSet. valueOf(@NotNull java.nio.ByteBuffer buffer)static @NotNull BitIntegerSetBitIntegerSet. valueOf(@NotNull java.nio.LongBuffer buffer)@NotNull BitIntegerSetBitIntegerSet. xor(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. 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 BitIntegerSetBitIntegerSet. and(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. andNot(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. or(@NotNull BitIntegerSet set)@NotNull BitIntegerSetBitIntegerSet. 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)
-