类 TinyBitSet


  • @Deprecated
    public class TinyBitSet
    extends java.lang.Object
    已过时。
    • 构造器概要

      构造器 
      构造器 说明
      TinyBitSet()
      已过时。
       
    • 方法概要

      所有方法 实例方法 具体方法 已过时的方法 
      修饰符和类型 方法 说明
      int cardinality()
      已过时。
      If bit 31 is set then this method results in an infinite loop.
      void clear​(int index)
      已过时。
       
      boolean get​(int index)
      已过时。
       
      int length()
      已过时。
       
      void set​(int index)
      已过时。
       
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TinyBitSet

        public 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 true in this TinyBitSet.
      • get

        public boolean get​(int index)
        已过时。
      • set

        public void set​(int index)
        已过时。
      • clear

        public void clear​(int index)
        已过时。