Class Objects
public class Objects : JVMBridgeBase<Objects>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Objects
- Implements
- Inherited Members
- Extension Methods
Constructors
Objects()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Objects()
Objects(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Objects(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Objects(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 Objects(params object[] args)
Parameters
argsobject[]
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
Compare<T, Arg2objectSuperT>(T, T, Comparator<Arg2objectSuperT>)
public static int Compare<T, Arg2objectSuperT>(T arg0, T arg1, Comparator<Arg2objectSuperT> arg2) where Arg2objectSuperT : T
Parameters
arg0TTarg1TTarg2Comparator<Arg2objectSuperT>
Returns
Type Parameters
TArg2objectSuperTT
DeepEquals(object, object)
public static bool DeepEquals(object arg0, object arg1)
Parameters
Returns
Equals(object, object)
public static bool Equals(object arg0, object arg1)
Parameters
Returns
Hash(params object[])
public static int Hash(params object[] arg0)
Parameters
Returns
HashCode(object)
public static int HashCode(object arg0)
Parameters
Returns
IsNull(object)
public static bool IsNull(object arg0)
Parameters
Returns
NonNull(object)
public static bool NonNull(object arg0)
Parameters
Returns
RequireNonNull<T>(T)
public static T RequireNonNull<T>(T arg0)
Parameters
arg0TT
Returns
- T
T
Type Parameters
T
RequireNonNull<T>(T, String)
public static T RequireNonNull<T>(T arg0, String arg1)
Parameters
Returns
- T
T
Type Parameters
T
RequireNonNull<T>(T, Supplier<String>)
public static T RequireNonNull<T>(T arg0, Supplier<String> arg1)
Parameters
Returns
- T
T
Type Parameters
T
ToString(object)
public static String ToString(object arg0)
Parameters
Returns
ToString(object, String)
public static String ToString(object arg0, String arg1)