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

Packages that use SBitSet2
choco.kernel.memory.structure   
 

Uses of SBitSet2 in choco.kernel.memory.structure
 

Methods in choco.kernel.memory.structure that return SBitSet2
 SBitSet2 SBitSet2.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 SBitSet2
 boolean SBitSet2.intersects(SBitSet2 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.