Package app.babylon.table.column
Interface BitList
public interface BitList
A compact immutable sequence of boolean values backed by a bit set.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
-
get
boolean get(int i) -
size
int size() -
copy
BitList copy()
-