Package system
Class Array
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>
,IEnumerable
,IJCOBridgeReflected
,IStructuralComparable
,IStructuralEquatable
public class Array extends NetObjectEnumerable implements IStructuralComparable, IStructuralEquatable
The base .NET class managing System.Array, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Array
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.String
assemblyShortName
Assembly name: System.Private.CoreLibstatic java.lang.String
className
Qualified class name: System.Arraystatic JCType
classType
The type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
BinarySearch(Array array, int index, int length, NetObject value)
static int
BinarySearch(Array array, int index, int length, NetObject value, IComparer comparer)
static int
BinarySearch(Array array, NetObject value)
static int
BinarySearch(Array array, NetObject value, IComparer comparer)
static Array
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoArray
, a cast assert is made to check if types are compatible.static void
Clear(Array array)
static void
Clear(Array array, int index, int length)
NetObject
Clone()
static void
ConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)
static void
Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)
static void
Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length)
static void
Copy(Array sourceArray, Array destinationArray, int length)
static void
Copy(Array sourceArray, Array destinationArray, long length)
void
CopyTo(Array array, int index)
void
CopyTo(Array array, long index)
static Array
CreateInstance(NetType elementType, int length)
static Array
CreateInstance(NetType elementType, int... lengths)
static Array
CreateInstance(NetType elementType, int[] lengths, int[] lowerBounds)
static Array
CreateInstance(NetType elementType, int length1, int length2)
static Array
CreateInstance(NetType elementType, int length1, int length2, int length3)
static Array
CreateInstance(NetType elementType, long... lengths)
static Array
CreateInstance(NetType dupParam0, JCORefOut dupParam1)
static Array
CreateInstance(NetType dupParam0, JCORefOut dupParam1, JCORefOut dupParam2)
boolean
getIsFixedSize()
boolean
getIsReadOnly()
boolean
getIsSynchronized()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
getLength()
int
GetLength(int dimension)
long
getLongLength()
long
GetLongLength(int dimension)
int
GetLowerBound(int dimension)
static int
getMaxLength()
int
getRank()
NetObject
getSyncRoot()
int
GetUpperBound(int dimension)
NetObject
GetValue(int index)
NetObject
GetValue(int... indices)
NetObject
GetValue(int index1, int index2)
NetObject
GetValue(int index1, int index2, int index3)
NetObject
GetValue(long index)
NetObject
GetValue(long... indices)
NetObject
GetValue(long index1, long index2)
NetObject
GetValue(long index1, long index2, long index3)
NetObject
GetValue(JCORefOut dupParam0)
static int
IndexOf(Array array, NetObject value)
static int
IndexOf(Array array, NetObject value, int startIndex)
static int
IndexOf(Array array, NetObject value, int startIndex, int count)
void
Initialize()
static int
LastIndexOf(Array array, NetObject value)
static int
LastIndexOf(Array array, NetObject value, int startIndex)
static int
LastIndexOf(Array array, NetObject value, int startIndex, int count)
static void
Reverse(Array array)
static void
Reverse(Array array, int index, int length)
void
setJCOInstance(JCObject instance)
void
SetValue(NetObject value, int index)
void
SetValue(NetObject value, int... indices)
void
SetValue(NetObject value, int index1, int index2)
void
SetValue(NetObject value, int index1, int index2, int index3)
void
SetValue(NetObject value, long index)
void
SetValue(NetObject value, long... indices)
void
SetValue(NetObject value, long index1, long index2)
void
SetValue(NetObject value, long index1, long index2, long index3)
void
SetValue(NetObject dupParam0, JCORefOut dupParam1)
static void
Sort(Array array)
static void
Sort(Array array, int index, int length)
static void
Sort(Array array, int index, int length, IComparer comparer)
static void
Sort(Array keys, Array items)
static void
Sort(Array keys, Array items, int index, int length)
static void
Sort(Array keys, Array items, int index, int length, IComparer comparer)
static void
Sort(Array keys, Array items, IComparer comparer)
static void
Sort(Array array, IComparer comparer)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.collections.IStructuralComparable
CompareTo
-
Methods inherited from interface system.collections.IStructuralEquatable
Equals, GetHashCode
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Array- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIStructuralComparable
- Specified by:
getJCOAssemblyName
in interfaceIStructuralEquatable
- Overrides:
getJCOAssemblyName
in classNetObjectEnumerable
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIStructuralComparable
- Specified by:
getJCOClassName
in interfaceIStructuralEquatable
- Overrides:
getJCOClassName
in classNetObjectEnumerable
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIStructuralComparable
- Specified by:
getJCOObjectName
in interfaceIStructuralEquatable
- Overrides:
getJCOObjectName
in classNetObjectEnumerable
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIStructuralComparable
- Specified by:
getJCOInstance
in interfaceIStructuralEquatable
- Overrides:
getJCOInstance
in classNetObjectEnumerable
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIStructuralComparable
- Specified by:
getJCOType
in interfaceIStructuralEquatable
- Overrides:
getJCOType
in classNetObjectEnumerable
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Array cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoArray
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Array
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BinarySearch
public static int BinarySearch(Array array, int index, int length, NetObject value, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
BinarySearch
public static int BinarySearch(Array array, int index, int length, NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
GetLength
public int GetLength(int dimension) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
-
GetLowerBound
public int GetLowerBound(int dimension) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
-
GetUpperBound
public int GetUpperBound(int dimension) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IndexOf
public static int IndexOf(Array array, NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
GetLongLength
public long GetLongLength(int dimension) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
IndexOutOfRangeException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2, int length3) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int[] lengths, int[] lowerBounds) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
-
CreateInstance
public static Array CreateInstance(NetType dupParam0, JCORefOut dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int... lengths) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
-
CreateInstance
public static Array CreateInstance(NetType dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
-
CreateInstance
public static Array CreateInstance(NetType elementType, long... lengths) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException
-
Clone
public NetObject Clone() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
GetValue
public NetObject GetValue(int index1, int index2, int index3) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
-
GetValue
public NetObject GetValue(int index1, int index2) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
-
GetValue
public NetObject GetValue(int index) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
NotSupportedException
-
GetValue
public NetObject GetValue(int... indices) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
GetValue
public NetObject GetValue(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
GetValue
public NetObject GetValue(long index1, long index2, long index3) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
GetValue
public NetObject GetValue(long index1, long index2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
GetValue
public NetObject GetValue(long index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
GetValue
public NetObject GetValue(long... indices) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Clear
public static void Clear(Array array, int index, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Clear
public static void Clear(Array array) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
ConstrainedCopy
public static void ConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, RankException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
-
Copy
public static void Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Copy
public static void Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, long length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, RankException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
CopyTo
public void CopyTo(Array array, long index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Initialize
public void Initialize() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException
-
Reverse
public static void Reverse(Array array, int index, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Reverse
public static void Reverse(Array array) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, int index1, int index2, int index3) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetValue
public void SetValue(NetObject value, int index1, int index2) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetValue
public void SetValue(NetObject value, int index) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, int... indices) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, long index1, long index2, long index3) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, long index1, long index2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, long index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value, long... indices) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Sort
public static void Sort(Array array, int index, int length, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
Sort
public static void Sort(Array array, int index, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
Sort
public static void Sort(Array keys, Array items, int index, int length, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Sort
public static void Sort(Array keys, Array items, int index, int length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
Sort
public static void Sort(Array keys, Array items, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Sort
public static void Sort(Array keys, Array items) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Sort
public static void Sort(Array array, IComparer comparer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Sort
public static void Sort(Array array) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLength
public int getLength() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getMaxLength
public static int getMaxLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRank
public int getRank() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
getLongLength
public long getLongLength() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-