Uses of Class
com.vladsch.flexmark.experimental.util.collection.BitIntegerSet
Packages that use BitIntegerSet
-
Uses of BitIntegerSet in com.vladsch.flexmark.experimental.util.collection
Methods in com.vladsch.flexmark.experimental.util.collection that return BitIntegerSetModifier and TypeMethodDescription@NotNull BitIntegerSet
BitIntegerSet.and
(@NotNull BitIntegerSet set) @NotNull BitIntegerSet
@NotNull BitIntegerSet
BitIntegerSet.andNot
(@NotNull BitIntegerSet set) @NotNull BitIntegerSet
@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
@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 ByteBuffer buffer) static @NotNull BitIntegerSet
BitIntegerSet.valueOf
(@NotNull LongBuffer buffer) @NotNull BitIntegerSet
BitIntegerSet.xor
(@NotNull BitIntegerSet set) @NotNull BitIntegerSet
Methods in com.vladsch.flexmark.experimental.util.collection with parameters of type BitIntegerSetModifier and TypeMethodDescription@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 BitIntegerSetModifierConstructorDescriptionBitIntegerSet
(@NotNull BitIntegerSet other) private
BitIntegerSet
(@NotNull BitIntegerSet other, boolean reversed)