net.sf.jperfprobe
Class BitSet
java.lang.Object
net.sf.jperfprobe.BitSet
public class BitSet
- extends Object
Created by IntelliJ IDEA.
User: tel
Date: Dec 19, 2008
Time: 10:49:53 AM
To change this template use File | Settings | File Templates.
Constructor Summary |
BitSet(int k)
|
Method Summary |
void |
clear(int i)
|
boolean |
get(int i)
|
void |
set(int i)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitSet
public BitSet(int k)
set
public void set(int i)
clear
public void clear(int i)
get
public boolean get(int i)
size
public int size()
Copyright © 2004-2011. All Rights Reserved.