public interface ContextSet
Modifier and Type | Method and Description |
---|---|
ContextSet |
and(ContextSet other) |
boolean |
get(int index) |
boolean |
intersects(ContextSet other) |
int |
nextSetBit(int i) |
ContextSet |
set(int index) |
ContextSet set(int index)
boolean get(int index)
int nextSetBit(int i)
boolean intersects(ContextSet other)
ContextSet and(ContextSet other)