All Classes
-
All Classes Class Summary Enum Summary Class Description SparseBitSet This class implements a set of bits that grows as needed.SparseBitSet.AbstractStrategy This strategy class is used by the setScanner to carry out the a variety of operations on this set, and usually a second set.SparseBitSet.AndNotStrategy AndNot of two sets.SparseBitSet.AndStrategy And of two sets.SparseBitSet.ClearStrategy Clear clears bits in the a set.SparseBitSet.CopyStrategy Copies the needed parts of the b set to the a set.SparseBitSet.EqualsStrategy Equals compares bits in the a set with those in the b set.SparseBitSet.FlipStrategy Flip inverts the bits of the a set within the given range.SparseBitSet.IntersectsStrategy Intersect has a true result if any word in the a set has a bit in common with the b set.SparseBitSet.OrStrategy Or of two sets.SparseBitSet.SetStrategy Set creates entries everywhere within the range.SparseBitSet.Statistics These enumeration values are used as labels for the values in the String created by the statistics() method.SparseBitSet.XorStrategy The XOR of level3 blocks is computed.