Interface Bits

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Bits.MatchAllBits
      Bits impl of the specified length with all bits set.
      static class  Bits.MatchNoBits
      Bits impl of the specified length with no bits set.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Bits[] EMPTY_ARRAY  
    • Field Detail

      • EMPTY_ARRAY

        static final Bits[] EMPTY_ARRAY
    • Method Detail

      • get

        boolean get​(int index)
      • length

        int length()