Package com.std
Class ShareInfo_Map
- All Implemented Interfaces:
- Map<Long,- ShareData_Vec> 
- 
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 SummaryConstructorsConstructorDescriptionShareInfo_Map(long cPtr, boolean cMemoryOwn) ShareInfo_Map(ShareInfo_Map other) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) voiddelete()entrySet()voidfinalize()static longgetCPtr(ShareInfo_Map obj) booleanisEmpty()put(Long key, ShareData_Vec value) 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- 
ShareInfo_Mappublic ShareInfo_Map(long cPtr, boolean cMemoryOwn) 
- 
ShareInfo_Mappublic ShareInfo_Map()
 
- 
- 
Method Details
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
sizepublic int size()- Specified by:
- sizein interface- Map<Long,- ShareData_Vec> 
- Overrides:
- sizein class- AbstractMap<Long,- ShareData_Vec> 
 
- 
containsKey- Specified by:
- containsKeyin interface- Map<Long,- ShareData_Vec> 
- Overrides:
- containsKeyin class- AbstractMap<Long,- ShareData_Vec> 
 
- 
get- Specified by:
- getin interface- Map<Long,- ShareData_Vec> 
- Overrides:
- getin class- AbstractMap<Long,- ShareData_Vec> 
 
- 
remove- Specified by:
- removein interface- Map<Long,- ShareData_Vec> 
- Overrides:
- removein class- AbstractMap<Long,- ShareData_Vec> 
 
- 
entrySet- Specified by:
- entrySetin interface- Map<Long,- ShareData_Vec> 
- Specified by:
- entrySetin class- AbstractMap<Long,- ShareData_Vec> 
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Map<Long,- ShareData_Vec> 
- Overrides:
- isEmptyin class- AbstractMap<Long,- ShareData_Vec> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Map<Long,- ShareData_Vec> 
- Overrides:
- clearin class- AbstractMap<Long,- ShareData_Vec>