com.alarexgroup.m2mplf.util
Class BitSet

java.lang.Object
  extended by com.alarexgroup.m2mplf.util.BitSet
public class BitSet
extends java.lang.Object

Internal class ported from JAVA JDK 1.4.1

Constructor Summary
BitSet(int nbits)
           
 
Method Summary
 boolean get(int bitIndex)
           
 void set(int bitIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitSet

public BitSet(int nbits)
Method Detail

set

public void set(int bitIndex)

get

public boolean get(int bitIndex)