K - The type of the key.V - The type of the value which relates to a key.public static interface Keys.ClearableKeys<K,V> extends Keys<K,V>, Clearable
Keys interface with Clearable functionality
(as of Clearable.clear()). The case of having a plain Keys without
dedicated Keys.MutableKeys.removeByKey(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.Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>Copyright © 2017. All rights reserved.