Package org.itk.simple
Class DoubleDoubleMap
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DoubleDoubleMap
(long cPtr, boolean cMemoryOwn) DoubleDoubleMap
(DoubleDoubleMap other) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) void
delete()
entrySet()
protected void
finalize()
protected static long
getCPtr
(DoubleDoubleMap obj) boolean
isEmpty()
int
size()
protected static long
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, keySet, putAll, toString, values
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
DoubleDoubleMap
protected DoubleDoubleMap(long cPtr, boolean cMemoryOwn) -
DoubleDoubleMap
public DoubleDoubleMap() -
DoubleDoubleMap
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize() -
delete
public void delete() -
size
public int size() -
containsKey
- Specified by:
containsKey
in interfaceMap<Double,
Double> - Overrides:
containsKey
in classAbstractMap<Double,
Double>
-
get
-
put
-
remove
-
entrySet
-
isEmpty
public boolean isEmpty() -
clear
public void clear()
-