| Modifier and Type | Method and Description | 
|---|---|
| ArrayMap<K,V> | ArrayMap. with(K key,
    V value)Make a new one with an extra entry. | 
| ArrayMap<K,V> | ArrayMap. with(Map<K,V> ents)Make a new one with these extra entries. | 
| 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. | 
Copyright © 2012–2014 jcabi.com. All rights reserved.