Class TinyBitSet

    • Constructor Detail

      • TinyBitSet

        public TinyBitSet()
        Deprecated.
    • Method Detail

      • length

        public int length()
        Deprecated.
      • cardinality

        public int cardinality()
        Deprecated.
        If bit 31 is set then this method results in an infinite loop.
        Returns:
        the number of bits set to true in this TinyBitSet.
      • get

        public boolean get​(int index)
        Deprecated.
      • set

        public void set​(int index)
        Deprecated.
      • clear

        public void clear​(int index)
        Deprecated.