aicas logoJamaica 6.4 release 1

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.realtime Jamaica's implementation of the Real-Time Specification for Java. 
javax.swing.text.html.parser Provides the default HTML parser, along with support classes. 
 

Uses of BitSet in java.util
 

Methods in java.util that return BitSet
 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.
 

Uses of BitSet in javax.realtime
 

Methods in javax.realtime that return BitSet
static BitSet Affinity.getAvailableProcessors()
          Short hand for getAvailableProcessors(null).
static BitSet Affinity.getAvailableProcessors(BitSet dest)
          Determine the set of processors that are currently available for the Java VM to execute Java code.
 BitSet Affinity.getProcessors()
          Return a newly allocated BitSet containing the CPU ids for the CPUs in this affinity set.
 BitSet Affinity.getProcessors(BitSet dest)
          Return a bitset containing the CPU ids for the CPUS in this affinity set.
 

Methods in javax.realtime with parameters of type BitSet
static Affinity Affinity.generate(BitSet bitSet)
          Create an affinity set based on the given bitset of processors.
static BitSet Affinity.getAvailableProcessors(BitSet dest)
          Determine the set of processors that are currently available for the Java VM to execute Java code.
 BitSet Affinity.getProcessors(BitSet dest)
          Return a bitset containing the CPU ids for the CPUS in this affinity set.
 

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

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

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)
          Returns the Element which matches the specified parameters.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.