addAllT method

Map<K, V> addAllT(
  1. Map<K, V> map
)

Implementation

Map<K, V> addAllT(Map<K, V> map) {
  addAll(map);
  return this;
}