Uses of Class
com.jcabi.immutable.ArrayMap
-
-
Uses of ArrayMap in com.jcabi.immutable
Methods in com.jcabi.immutable that return ArrayMap Modifier and Type Method Description ArrayMap<K,V>ArrayMap. with(Map<K,V> ents)Make a new one with these extra entries.ArrayMap<K,V>ArrayMap. with(K key, V value)Make a new one with an extra entry.ArrayMap<K,V>ArrayMap. without(Collection<K> keys)Make a new one without these keys.ArrayMap<K,V>ArrayMap. without(K key)Make a new one without this key.
-