Harmon.ie SDK
Loading...
Searching...
No Matches
Harmonie.SDK.WrappedMap Class Reference

An abstract implementation of a map / dictionary, that can be used both in C# and Java. More...

Inheritance diagram for Harmonie.SDK.WrappedMap:
Harmonie.SDK.IWrappedMap

Classes

class  JavaWrappedMap
 

Public Member Functions

 WrappedMap (bool ignoreCase)
 
Map GetJavaWrappedMap ()
 Returns the Java wrapped map.
 
void Add (object key, object value)
 
void Clear ()
 
bool Contains (object key)
 
IDictionaryEnumerator GetEnumerator ()
 
void Remove (object key)
 
void CopyTo (Array array, int index)
 
- Public Member Functions inherited from Harmonie.SDK.IWrappedMap

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
ICollection Keys [get]
 
ICollection Values [get]
 
object this[object key] [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 

Detailed Description

An abstract implementation of a map / dictionary, that can be used both in C# and Java.

Member Function Documentation

◆ GetJavaWrappedMap()

Map Harmonie.SDK.WrappedMap.GetJavaWrappedMap ( )
inline

Returns the Java wrapped map.

Implements Harmonie.SDK.IWrappedMap.


The documentation for this class was generated from the following file: