VCollections – Release 1
Uses of Interface org.violetlib.collections.Binding
-
-
Modifier and Type |
Method and Description |
static <K,V> Binding<K,V> |
Binding.create(K key,
V value)
|
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.
|
Modifier and Type |
Method and Description |
void |
MapBuilder.addAll(Iterable<Binding<K,V>> it)
A convenience method to add a collection of bindings.
|