Package org.joni

Class BitSet

java.lang.Object
org.joni.BitSet

public final class BitSet extends Object
  • Field Details

  • Constructor Details

    • BitSet

      public BitSet()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • at

      public boolean at(int pos)
    • set

      public void set(int pos)
    • clear

      public void clear(int pos)
    • invert

      public void invert(int pos)
    • clear

      public void clear()
    • isEmpty

      public boolean isEmpty()
    • setRange

      public void setRange(int from, int to)
    • setAll

      public void setAll()
    • invert

      public void invert()
    • invertTo

      public void invertTo(BitSet to)
    • and

      public void and(BitSet other)
    • or

      public void or(BitSet other)
    • copy

      public void copy(BitSet other)
    • numOn

      public int numOn()
    • bit

      static int bit(int pos)
    • log2

      private static int log2(int n)