Class HashAttributeSet
public class HashAttributeSet : JVMBridgeBase<HashAttributeSet>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
HashAttributeSet
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
HashAttributeSet()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public HashAttributeSet()
HashAttributeSet(Attribute)
public HashAttributeSet(Attribute arg0)
Parameters
HashAttributeSet(AttributeSet)
public HashAttributeSet(AttributeSet arg0)
Parameters
arg0
AttributeSet
HashAttributeSet(Attribute[])
public HashAttributeSet(Attribute[] arg0)
Parameters
HashAttributeSet(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
public HashAttributeSet(params object[] args)
Parameters
args
object[]
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 Closeable
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
Add(Attribute)
public bool Add(Attribute arg0)
Parameters
Returns
AddAll(AttributeSet)
public bool AddAll(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
Clear()
public void Clear()
ContainsKey(Class)
public bool ContainsKey(Class arg0)
Parameters
Returns
ContainsValue(Attribute)
public bool ContainsValue(Attribute arg0)
Parameters
Returns
Get(Class)
public Attribute Get(Class arg0)
Parameters
Returns
IsEmpty()
public bool IsEmpty()
Returns
Remove(Class)
public bool Remove(Class arg0)
Parameters
Returns
Remove(Attribute)
public bool Remove(Attribute arg0)
Parameters
Returns
Size()
public int Size()
Returns
ToArray()
public Attribute[] ToArray()
Returns
Operators
implicit operator Serializable(HashAttributeSet)
Converter from HashAttributeSet to Serializable
public static implicit operator Serializable(HashAttributeSet t)
Parameters
Returns
implicit operator AttributeSet(HashAttributeSet)
Converter from HashAttributeSet to AttributeSet
public static implicit operator AttributeSet(HashAttributeSet t)