SmoothieMap
instance: the keys and values themselves
are not cloned.null
if there is no current mapping).null
),
attempts to compute its value using the given mapping function and enters it into this map
unless null
.true
if this map contains a mapping of the given key and value.true
if this map contains a mapping for the specified key.true
if this map maps one or more keys to the specified value.Set
view of the mappings contained in this map.predicate
on each entry in this map until all entries have been
processed or the predicate returns false for some entry, or throws an Exception.null
if this map contains
no mapping for the key.defaultValue
if this map
contains no mapping for the key.true
if this map contains no key-value mappings.true
if the two given key objects should be considered equal for this SmoothieMap
.Set
view of the keys contained in this map.null
)
associates it with the given value and returns null
, else returns the current value.long
value (not truncated to Integer.MAX_VALUE
, if the map size exceeds it, as returned by size()
method).SmoothieMap
.SmoothieMap
accommodating the specified number of elements
without the need to dynamically resize.SmoothieMap
with the same mappings as the given map.Collection
view of the values contained in this map.true
if the two given value objects should be considered equal for this map.Copyright © 2015–2016. All rights reserved.