Package java.util

Class BitSet

    • Constructor Detail

      • BitSet

        public BitSet()
      • BitSet

        public BitSet​(int var0)
    • Method Detail

      • and

        public void and​(BitSet var0)
      • clear

        public void clear​(int var0)
      • get

        public boolean get​(int var0)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • or

        public void or​(BitSet var0)
      • set

        public void set​(int var0)
      • size

        public int size()
      • xor

        public void xor​(BitSet var0)
      • length

        public int length()
      • andNot

        public void andNot​(BitSet var0)