Table of Contents

Class HashMap<K, V>

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class HashMap<K, V> : AbstractMap<K, V>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IMap<K, V>

Type Parameters

K
V
Inheritance
Map<K, V>
HashMap<K, V>
Implements
IMap<K, V>
Derived
Inherited Members
Extension Methods

Constructors

HashMap()

public HashMap()

HashMap(Map<K, V>)

public HashMap(Map<K, V> arg0)

Parameters

arg0 Map<K, V>

Map

HashMap(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HashMap(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

HashMap(int)

public HashMap(int arg0)

Parameters

arg0 int

int

HashMap(int, float)

public HashMap(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for HashMap()

public static HashMap<K, V> CreatePoolableInstance()

Returns

HashMap<K, V>

CreatePoolableInstance(Map<K, V>)

HPA initializer for HashMap(Java.Util.Map%3CK, V%3E arg0)

public static HashMap<K, V> CreatePoolableInstance(Map<K, V> arg0)

Parameters

arg0 Map<K, V>

Returns

HashMap<K, V>

CreatePoolableInstance(int)

HPA initializer for HashMap(int arg0)

public static HashMap<K, V> CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

HashMap<K, V>

CreatePoolableInstance(int, float)

HPA initializer for HashMap(int arg0, float arg1)

public static HashMap<K, V> CreatePoolableInstance(int arg0, float arg1)

Parameters

arg0 int
arg1 float

Returns

HashMap<K, V>

Operators

implicit operator Serializable(HashMap<K, V>)

Converter from HashMap<K, V> to Serializable

public static implicit operator Serializable(HashMap<K, V> t)

Parameters

t HashMap<K, V>

Returns

Serializable

implicit operator Cloneable(HashMap<K, V>)

Converter from HashMap<K, V> to Cloneable

public static implicit operator Cloneable(HashMap<K, V> t)

Parameters

t HashMap<K, V>

Returns

Cloneable

implicit operator HashMap(HashMap<K, V>)

Converter from HashMap<K, V> to HashMap

public static implicit operator HashMap(HashMap<K, V> t)

Parameters

t HashMap<K, V>

Returns

HashMap