protected static class |
SparseBitSet.AndNotStrategy |
AndNot of two sets.
|
protected static class |
SparseBitSet.AndStrategy |
And of two sets.
|
protected static class |
SparseBitSet.ClearStrategy |
Clear clears bits in the a set.
|
protected static class |
SparseBitSet.CopyStrategy |
Copies the needed parts of the b set to the a set.
|
protected static class |
SparseBitSet.EqualsStrategy |
Equals compares bits in the a set with those in the b set.
|
protected static class |
SparseBitSet.FlipStrategy |
Flip inverts the bits of the a set within the given range.
|
protected static class |
SparseBitSet.IntersectsStrategy |
Intersect has a true result if any word in the a set has a bit
in common with the b set.
|
protected static class |
SparseBitSet.OrStrategy |
Or of two sets.
|
protected static class |
SparseBitSet.SetStrategy |
Set creates entries everywhere within the range.
|
protected class |
SparseBitSet.UpdateStrategy |
Update the seven statistics that are computed for each set.
|
protected static class |
SparseBitSet.XorStrategy |
The XOR of level3 blocks is computed.
|