Package org.roaringbitmap
Class RangeBitmap.Bits
java.lang.Object
org.roaringbitmap.RangeBitmap.Bits
- Enclosing class:
RangeBitmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
and
(MappeableContainer container) void
clear()
void
fill()
void
flip
(int from, int to) void
or
(MappeableContainer container) void
reset
(int boundary)
-
Field Details
-
bits
private final long[] bits -
empty
private boolean empty -
full
private boolean full
-
-
Constructor Details
-
Bits
private Bits()
-
-
Method Details
-
clear
public void clear() -
fill
public void fill() -
reset
public void reset(int boundary) -
flip
public void flip(int from, int to) -
or
-
and
-