Interface BitSetInterface

All Known Implementing Classes:
BitSet32, BitSet64

public interface BitSetInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    clear(int index)
     
    boolean
    get(int index)
     
    int
    getBit(int index)
     
    void
    set(int index)
     
    int
     
  • Method Details

    • size

      int size()
    • bitSize

      int bitSize()
    • get

      boolean get(int index)
    • getBit

      int getBit(int index)
    • set

      void set(int index)
    • clear

      void clear(int index)