Package com.std
Class Obj_KV_Map
- All Implemented Interfaces:
Map<String,Obj_VI_Pair>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) voiddelete()entrySet()voidfinalize()static longgetCPtr(Obj_KV_Map obj) booleanisEmpty()put(String key, Obj_VI_Pair value) intsize()Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, keySet, putAll, toString, valuesMethods 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
-
Obj_KV_Map
public Obj_KV_Map(long cPtr, boolean cMemoryOwn) -
Obj_KV_Map
public Obj_KV_Map() -
Obj_KV_Map
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
size
public int size()- Specified by:
sizein interfaceMap<String,Obj_VI_Pair> - Overrides:
sizein classAbstractMap<String,Obj_VI_Pair>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Obj_VI_Pair> - Overrides:
containsKeyin classAbstractMap<String,Obj_VI_Pair>
-
get
- Specified by:
getin interfaceMap<String,Obj_VI_Pair> - Overrides:
getin classAbstractMap<String,Obj_VI_Pair>
-
put
- Specified by:
putin interfaceMap<String,Obj_VI_Pair> - Overrides:
putin classAbstractMap<String,Obj_VI_Pair>
-
remove
- Specified by:
removein interfaceMap<String,Obj_VI_Pair> - Overrides:
removein classAbstractMap<String,Obj_VI_Pair>
-
entrySet
- Specified by:
entrySetin interfaceMap<String,Obj_VI_Pair> - Specified by:
entrySetin classAbstractMap<String,Obj_VI_Pair>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,Obj_VI_Pair> - Overrides:
isEmptyin classAbstractMap<String,Obj_VI_Pair>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,Obj_VI_Pair> - Overrides:
clearin classAbstractMap<String,Obj_VI_Pair>
-