Table of Contents

Class Map

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class Map : JVMBridgeBase<Map>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Map>
Map
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Map>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Map>.IsAssignableFrom<T>()
JVMBridgeBase<Map>.Execute<T>(params T[])
JVMBridgeBase<Map>.DynBridgeClazz
JVMBridgeBase<Map>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Map()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("Map class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Map()

Map(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("Map class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Map(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Clear()

public void Clear()

Compute(object, BiFunction)

public object Compute(object arg0, BiFunction arg1)

Parameters

arg0 object

object

arg1 BiFunction

BiFunction

Returns

object

object

ComputeIfAbsent(object, Function)

public object ComputeIfAbsent(object arg0, Function arg1)

Parameters

arg0 object

object

arg1 Function

Function

Returns

object

object

ComputeIfPresent(object, BiFunction)

public object ComputeIfPresent(object arg0, BiFunction arg1)

Parameters

arg0 object

object

arg1 BiFunction

BiFunction

Returns

object

object

ContainsKey(object)

public bool ContainsKey(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

ContainsValue(object)

public bool ContainsValue(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

CopyOf(Map)

public static Map CopyOf(Map arg0)

Parameters

arg0 Map

Map

Returns

Map

Map

EntryMethod(object, object)

public static Map.Entry EntryMethod(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

Map.Entry

Map.Entry

EntrySet()

public Set EntrySet()

Returns

Set

Set

ForEach(BiConsumer)

public void ForEach(BiConsumer arg0)

Parameters

arg0 BiConsumer

BiConsumer

Get(object)

public object Get(object arg0)

Parameters

arg0 object

object

Returns

object

object

GetOrDefault(object, object)

public object GetOrDefault(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

KeySet()

public Set KeySet()

Returns

Set

Set

Merge(object, object, BiFunction)

public object Merge(object arg0, object arg1, BiFunction arg2)

Parameters

arg0 object

object

arg1 object

object

arg2 BiFunction

BiFunction

Returns

object

object

Of()

public static Map Of()

Returns

Map

Map

Of(object, object)

public static Map Of(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

Map

Map

Of(object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

Returns

Map

Map

Of(object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

arg10 object

object

arg11 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

arg10 object

object

arg11 object

object

arg12 object

object

arg13 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

arg10 object

object

arg11 object

object

arg12 object

object

arg13 object

object

arg14 object

object

arg15 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15, object arg16, object arg17)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

arg10 object

object

arg11 object

object

arg12 object

object

arg13 object

object

arg14 object

object

arg15 object

object

arg16 object

object

arg17 object

object

Returns

Map

Map

Of(object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object, object)

public static Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15, object arg16, object arg17, object arg18, object arg19)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

arg3 object

object

arg4 object

object

arg5 object

object

arg6 object

object

arg7 object

object

arg8 object

object

arg9 object

object

arg10 object

object

arg11 object

object

arg12 object

object

arg13 object

object

arg14 object

object

arg15 object

object

arg16 object

object

arg17 object

object

arg18 object

object

arg19 object

object

Returns

Map

Map

OfEntries(params Entry[])

public static Map OfEntries(params Map.Entry[] arg0)

Parameters

arg0 Entry[]

Map.Entry

Returns

Map

Map

Put(object, object)

public object Put(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

PutAll(Map)

public void PutAll(Map arg0)

Parameters

arg0 Map

Map

PutIfAbsent(object, object)

public object PutIfAbsent(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

Remove(object)

public object Remove(object arg0)

Parameters

arg0 object

object

Returns

object

object

Remove(object, object)

public bool Remove(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

bool

bool

Replace(object, object)

public object Replace(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

Replace(object, object, object)

public bool Replace(object arg0, object arg1, object arg2)

Parameters

arg0 object

object

arg1 object

object

arg2 object

object

Returns

bool

bool

ReplaceAll(BiFunction)

public void ReplaceAll(BiFunction arg0)

Parameters

arg0 BiFunction

BiFunction

Size()

public int Size()

Returns

int

int

Values()

public Collection Values()

Returns

Collection

Collection