Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.util.BitSet
Packages that use BitSet
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses of BitSet in java.util
Methods in java.util that return BitSet
BitSet.get(int fromIndex, int toIndex)
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
static BitSet
BitSet.valueOf(byte[] bytes)
Returns a new bit set containing all the bits in the given byte array.
static BitSet
BitSet.valueOf(ByteBuffer bb)
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
static BitSet
BitSet.valueOf(long[] longs)
Returns a new bit set containing all the bits in the given long array.
static BitSet
BitSet.valueOf(LongBuffer lb)
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
Methods in java.util with parameters of type BitSet
void
BitSet.and(BitSet set)
Performs a logical AND of this target bit set with the argument bit set.
void
BitSet.andNot(BitSet set)
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
boolean
BitSet.intersects(BitSet set)
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
void
BitSet.or(BitSet set)
Performs a logical OR of this bit set with the bit set argument.
void
BitSet.xor(BitSet set)
Performs a logical XOR of this bit set with the bit set argument.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz