Package com.std
Class Database_Map
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDatabase_Map(long cPtr, boolean cMemoryOwn) Database_Map(Database_Map other) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) voiddelete()entrySet()voidfinalize()static longgetCPtr(Database_Map obj) booleanisEmpty()intsize()Methods inherited from class java.util.AbstractMapclone, containsValue, equals, hashCode, keySet, putAll, toString, valuesMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
Database_Mappublic Database_Map(long cPtr, boolean cMemoryOwn) 
- 
Database_Mappublic Database_Map()
- 
Database_Map
 
- 
- 
Method Details- 
getCPtr
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
sizepublic int size()
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- Database> 
- Overrides:
- containsKeyin class- AbstractMap<String,- Database> 
 
- 
get
- 
put
- 
remove
- 
entrySet
- 
isEmptypublic boolean isEmpty()
- 
clearpublic void clear()
 
-