Class LinkedHashMap<K, V>
public class LinkedHashMap<K, V> : HashMap<K, V>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IMap<K, V>
Type Parameters
KV
- Inheritance
-
JVMBridgeBase<Map<K, V>>Map<K, V>AbstractMap<K, V>HashMap<K, V>LinkedHashMap<K, V>
- Implements
-
IMap<K, V>
- Inherited Members
- Extension Methods
Constructors
LinkedHashMap()
public LinkedHashMap()
LinkedHashMap(Map<K, V>)
public LinkedHashMap(Map<K, V> arg0)
Parameters
LinkedHashMap(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 LinkedHashMap(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
LinkedHashMap(int)
public LinkedHashMap(int arg0)
Parameters
LinkedHashMap(int, float)
public LinkedHashMap(int arg0, float arg1)
Parameters
LinkedHashMap(int, float, bool)
public LinkedHashMap(int arg0, float arg1, bool arg2)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for LinkedHashMap()
public static LinkedHashMap<K, V> CreatePoolableInstance()
Returns
- LinkedHashMap<K, V>
CreatePoolableInstance(Map<K, V>)
HPA initializer for LinkedHashMap(Java.Util.Map%3CK, V%3E arg0)
public static LinkedHashMap<K, V> CreatePoolableInstance(Map<K, V> arg0)
Parameters
arg0Map<K, V>
Returns
- LinkedHashMap<K, V>
CreatePoolableInstance(int)
HPA initializer for LinkedHashMap(int arg0)
public static LinkedHashMap<K, V> CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
- LinkedHashMap<K, V>
CreatePoolableInstance(int, float)
HPA initializer for LinkedHashMap(int arg0, float arg1)
public static LinkedHashMap<K, V> CreatePoolableInstance(int arg0, float arg1)
Parameters
Returns
- LinkedHashMap<K, V>
CreatePoolableInstance(int, float, bool)
HPA initializer for LinkedHashMap(int arg0, float arg1, bool arg2)
public static LinkedHashMap<K, V> CreatePoolableInstance(int arg0, float arg1, bool arg2)
Parameters
Returns
- LinkedHashMap<K, V>
Operators
implicit operator LinkedHashMap(LinkedHashMap<K, V>)
Converter from LinkedHashMap<K, V> to LinkedHashMap
public static implicit operator LinkedHashMap(LinkedHashMap<K, V> t)
Parameters
tLinkedHashMap<K, V>