Uses of Class
choco.kernel.memory.structure.SBitSet

Packages that use SBitSet
choco.kernel.memory.structure   
 

Uses of SBitSet in choco.kernel.memory.structure
 

Methods in choco.kernel.memory.structure that return SBitSet
 SBitSet SBitSet.get(int fromIndex, int toIndex)
          Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
 

Methods in choco.kernel.memory.structure with parameters of type SBitSet
 boolean SBitSet.intersects(SBitSet set)
          Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
 



Copyright © 2012. All Rights Reserved.