@Deprecated public class TinyBitSet extends Object
Constructor and Description |
---|
TinyBitSet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
cardinality()
Deprecated.
If bit 31 is set then this method results in an infinite loop.
|
void |
clear(int index)
Deprecated.
|
boolean |
get(int index)
Deprecated.
|
int |
length()
Deprecated.
|
void |
set(int index)
Deprecated.
|
public int length()
public int cardinality()
true
in this TinyBitSet.public boolean get(int index)
public void set(int index)
public void clear(int index)
Copyright © 2023. All rights reserved.