Searched defs:BitSet (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DBitSet.java38 * bits of a {@code BitSet} are indexed by nonnegative integers.
40 * {@code BitSet} may be used to modify the contents of another
41 * {@code BitSet} through logical AND, logical inclusive OR, and
54 * methods in a {@code BitSet} will result in a
57 * <p>A {@code BitSet} is not safe for multithreaded use without
65 public class BitSet implements Cloneable, java.io.Serializable { class in inherits:Cloneable,java.io.Serializable
81 * The bits in this BitSet. The ith bit is stored in bits[i/64] at
95 * The number of words in the logical size of this BitSet.
142 public BitSet() { method in class:BitSet
156 public BitSet(in method in class:BitSet
173 private BitSet(long[] words) { method in class:BitSet
[all...]

Completed in 102 milliseconds