Class Bits.MatchAllBits

  • All Implemented Interfaces:
    Bits
    Enclosing interface:
    Bits

    public static class Bits.MatchAllBits
    extends Object
    implements Bits
    Bits impl of the specified length with all bits set.
    • Constructor Detail

      • MatchAllBits

        public MatchAllBits​(int len)
    • Method Detail

      • get

        public boolean get​(int index)
        Specified by:
        get in interface Bits
      • length

        public int length()
        Specified by:
        length in interface Bits