Java Platform 1.2

Uses of Class
java.util.BitSet

Packages that use BitSet
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
javax.swing.text.html.parser   
 

Uses of BitSet in java.util
 

Methods in java.util with parameters of type BitSet
 void BitSet.andNot(BitSet set)
          Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
 void BitSet.and(BitSet set)
          Performs a logical AND of this target bit set with the argument bit set.
 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.
 

Uses of BitSet in javax.swing.text.html.parser
 

Fields in javax.swing.text.html.parser declared as BitSet
 BitSet Element.inclusions
           
 BitSet Element.exclusions
           
 

Methods in javax.swing.text.html.parser with parameters of type BitSet
 Element DTD.defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts)
          Define an element.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.