Class BitKey.Factory

  • Enclosing interface:
    BitKey

    public abstract static class BitKey.Factory
    extends Object
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • makeBitKey

        public static BitKey makeBitKey​(int size)
        Creates a BitKey with a capacity for a given number of bits.
        Parameters:
        size - Number of bits in key
      • makeBitKey

        public static BitKey makeBitKey​(int size,
                                        boolean init)
        Creates a BitKey with a capacity for a given number of bits.
        Parameters:
        size - Number of bits in key
        init - The default value of all bits.