Class ArrayBindingSet

    • Constructor Detail

      • ArrayBindingSet

        public ArrayBindingSet​(String... names)
        Creates a new Array-based BindingSet for the supplied bindings names. The supplied list of binding names is assumed to be constant; care should be taken that the contents of this array doesn't change after supplying it to this solution.
        Parameters:
        names - The binding names.