VxExtensionMap<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
addAllT(
Map< K, V> iterable, {bool isAdd = true}) → Map<K, V> -
Available on Map<
addAll map and return new mapK, V> , provided by the VxExtensionMap extension -
builderEntry<
E> (E builder(MapEntry< K, V> )) → List<E> -
Available on Map<
K, V> , provided by the VxExtensionMap extension -
keysList(
{bool growable = true}) → List< K> -
Available on Map<
K, V> , provided by the VxExtensionMap extension -
updateAllT(
V update(K key, V value), {bool isUpdate = true}) → Map< K, V> -
Available on Map<
update map and return new mapK, V> , provided by the VxExtensionMap extension -
updateT(
K key, V update(V value), {V ifAbsent()?, bool isUpdate = true}) → Map< K, V> -
Available on Map<
update map and return new mapK, V> , provided by the VxExtensionMap extension -
valuesList(
{bool growable = true}) → List< V> -
Available on Map<
K, V> , provided by the VxExtensionMap extension