Package com.std
Class BanInfo
- All Implemented Interfaces:
- Map<BanInfoKey,- BanInfoValue> 
- 
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) voiddelete()entrySet()voidfinalize()static longbooleanisEmpty()put(BanInfoKey key, BanInfoValue 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- 
BanInfopublic BanInfo(long cPtr, boolean cMemoryOwn) 
- 
BanInfopublic BanInfo()
- 
BanInfo
 
- 
- 
Method Details- 
getCPtr
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
sizepublic int size()- Specified by:
- sizein interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- sizein class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
containsKey- Specified by:
- containsKeyin interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- containsKeyin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
get- Specified by:
- getin interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- getin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
put- Specified by:
- putin interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- putin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
remove- Specified by:
- removein interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- removein class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
entrySet- Specified by:
- entrySetin interface- Map<BanInfoKey,- BanInfoValue> 
- Specified by:
- entrySetin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- isEmptyin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Map<BanInfoKey,- BanInfoValue> 
- Overrides:
- clearin class- AbstractMap<BanInfoKey,- BanInfoValue> 
 
 
-