Package org.esa.snap.core.util
Class BucketMap<K extends Number,V>
java.lang.Object
org.esa.snap.core.util.BucketMap<K,V>
- All Implemented Interfaces:
Map<K,V>
Created by kraftek on 11/6/2015.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BucketMap
public BucketMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K extends Number,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K extends Number,V>
-
get
-
put
-
put
-
remove
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-