类 TinyBitSet
- java.lang.Object
-
- net.sf.cglib.core.TinyBitSet
-
@Deprecated public class TinyBitSet extends java.lang.Object已过时。
-
-
构造器概要
构造器 构造器 说明 TinyBitSet()已过时。
-
-
-
方法详细资料
-
length
public int length()
已过时。
-
cardinality
public int cardinality()
已过时。If bit 31 is set then this method results in an infinite loop.- 返回:
- the number of bits set to
truein this TinyBitSet.
-
get
public boolean get(int index)
已过时。
-
set
public void set(int index)
已过时。
-
clear
public void clear(int index)
已过时。
-
-