Class Set
public class Set : Collection, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEnumerable, IEnumerableExtension, IIterable
- Inheritance
-
Set
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Set(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 Set(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
Add(object)
public bool Add(object arg0)
Parameters
Returns
AddAll(Collection)
public bool AddAll(Collection arg0)
Parameters
arg0Collection
Returns
Clear()
public void Clear()
Contains(object)
public bool Contains(object arg0)
Parameters
Returns
ContainsAll(Collection)
public bool ContainsAll(Collection arg0)
Parameters
arg0Collection
Returns
CopyOf(Collection)
public static Set CopyOf(Collection arg0)
Parameters
arg0Collection
Returns
IsEmpty()
public bool IsEmpty()
Returns
Iterator()
public Iterator Iterator()
Returns
Of()
public static Set Of()
Returns
Of(object)
public static Set Of(object arg0)
Parameters
Returns
Of(object, object)
public static Set Of(object arg0, object arg1)
Parameters
Returns
Of(object, object, object)
public static Set Of(object arg0, object arg1, object arg2)
Parameters
Returns
Of(object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3)
Parameters
Returns
Of(object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4)
Parameters
Returns
Of(object, object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5)
Parameters
Returns
Of(object, object, object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6)
Parameters
Returns
Of(object, object, object, object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7)
Parameters
Returns
Of(object, object, object, object, object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8)
Parameters
arg0objectarg1objectarg2objectarg3objectarg4objectarg5objectarg6objectarg7objectarg8object
Returns
Of(object, object, object, object, object, object, object, object, object, object)
public static Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9)
Parameters
arg0objectarg1objectarg2objectarg3objectarg4objectarg5objectarg6objectarg7objectarg8objectarg9object
Returns
Of(params object[])
public static Set Of(params object[] arg0)
Parameters
Returns
Remove(object)
public bool Remove(object arg0)
Parameters
Returns
RemoveAll(Collection)
public bool RemoveAll(Collection arg0)
Parameters
arg0Collection
Returns
RetainAll(Collection)
public bool RetainAll(Collection arg0)
Parameters
arg0Collection
Returns
Size()
public int Size()
Returns
Spliterator()
public Spliterator Spliterator()
Returns
ToArray()
public object[] ToArray()
Returns
ToArray(object[])
public object[] ToArray(object[] arg0)