Harmon.ie SDK
|
An abstract implementation of a map / dictionary, that can be used both in C# and Java. More...
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) |
![]() |
An abstract implementation of a map / dictionary, that can be used both in C# and Java.
|
inline |
Returns the Java wrapped map.
Implements Harmonie.SDK.IWrappedMap.