K - The type of the key.V - The type of the value which relates to a key.public static interface Dictionary.ClearableDictionary<K,V> extends Dictionary<K,V>, Keys.ClearableKeys<K,V>
Dictionary interface with Clearable
functionality (as of Clearable.clear()). The case of having a plain
Keys without dedicated MutableKeys#remove(Object) or
MutableKeys#put(Object, Object) methods but with a dedicated
Clearable.clear() method seems to be quite common, therefore this
interface has been provided.Dictionary.ClearableDictionary<K,V>, Dictionary.MutableDictionary<K,V>Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>isEmpty, sizecontainsKey, get, keySet, valuesCopyright © 2016. All rights reserved.