Class BindingCollection

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<PropertyKey,AbstractBindingHarness>
com.inductiveautomation.perspective.gateway.model.BindingCollection
All Implemented Interfaces:
Serializable, Cloneable, Map<PropertyKey,AbstractBindingHarness>

public class BindingCollection extends HashMap<PropertyKey,AbstractBindingHarness>
See Also:
  • Field Details

    • EMPTY

      public static final BindingCollection EMPTY
      A shared, fundamentally empty and immutable version of a binding collection.
  • Method Details