Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Uses of Interface org.violetlib.collections.Binding
Deprecated: ShowHide

Uses of Interface
org.violetlib.collections.Binding

    • Uses of Binding in org.violetlib.collections

      Methods in org.violetlib.collections that return Binding 
      Modifier and Type Method and Description
      static <K,V> Binding<K,V>  Binding.create(K key, V value)
       
      Methods in org.violetlib.collections with parameters of type Binding 
      Modifier and Type Method and Description
      abstract void  MapBuilder.add(Binding<? extends K,? extends V> binding)
      Add a binding to be included in the map, replacing any previously added binding with the same key.
      static <K,V> IMap<K,V>  IMap.of(Binding<? extends K,? extends V> binding)
      Return a map containing one binding.
      Method parameters in org.violetlib.collections with type arguments of type Binding 
      Modifier and Type Method and Description
      void  MapBuilder.addAll(Iterable<Binding<K,V>> it)
      A convenience method to add a collection of bindings.