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, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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.StringassemblyFullNameFully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: mscorlibstatic java.lang.StringclassNameQualified class name: System.Arraystatic JCTypeclassTypeThe 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 intBinarySearch(Array array, int index, int length, NetObject value)static intBinarySearch(Array array, int index, int length, NetObject value, IComparer comparer)static intBinarySearch(Array array, NetObject value)static intBinarySearch(Array array, NetObject value, IComparer comparer)static Arraycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoArray, a cast assert is made to check if types are compatible.static voidClear(Array array, int index, int length)NetObjectClone()static voidConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)static voidCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)static voidCopy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length)static voidCopy(Array sourceArray, Array destinationArray, int length)static voidCopy(Array sourceArray, Array destinationArray, long length)voidCopyTo(Array array, int index)voidCopyTo(Array array, long index)static ArrayCreateInstance(NetType elementType, int length)static ArrayCreateInstance(NetType elementType, int... lengths)static ArrayCreateInstance(NetType elementType, int[] lengths, int[] lowerBounds)static ArrayCreateInstance(NetType elementType, int length1, int length2)static ArrayCreateInstance(NetType elementType, int length1, int length2, int length3)static ArrayCreateInstance(NetType elementType, long... lengths)static ArrayCreateInstance(NetType dupParam0, JCORefOut dupParam1)static ArrayCreateInstance(NetType dupParam0, JCORefOut dupParam1, JCORefOut dupParam2)booleangetIsFixedSize()booleangetIsReadOnly()booleangetIsSynchronized()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintgetLength()intGetLength(int dimension)longgetLongLength()longGetLongLength(int dimension)intGetLowerBound(int dimension)intgetRank()NetObjectgetSyncRoot()intGetUpperBound(int dimension)NetObjectGetValue(int index)NetObjectGetValue(int... indices)NetObjectGetValue(int index1, int index2)NetObjectGetValue(int index1, int index2, int index3)NetObjectGetValue(long index)NetObjectGetValue(long... indices)NetObjectGetValue(long index1, long index2)NetObjectGetValue(long index1, long index2, long index3)NetObjectGetValue(JCORefOut dupParam0)static intIndexOf(Array array, NetObject value)static intIndexOf(Array array, NetObject value, int startIndex)static intIndexOf(Array array, NetObject value, int startIndex, int count)voidInitialize()static intLastIndexOf(Array array, NetObject value)static intLastIndexOf(Array array, NetObject value, int startIndex)static intLastIndexOf(Array array, NetObject value, int startIndex, int count)static voidReverse(Array array)static voidReverse(Array array, int index, int length)voidsetJCOInstance(JCObject instance)voidSetValue(NetObject value, int index)voidSetValue(NetObject value, int... indices)voidSetValue(NetObject value, int index1, int index2)voidSetValue(NetObject value, int index1, int index2, int index3)voidSetValue(NetObject value, long index)voidSetValue(NetObject value, long... indices)voidSetValue(NetObject value, long index1, long index2)voidSetValue(NetObject value, long index1, long index2, long index3)voidSetValue(NetObject dupParam0, JCORefOut dupParam1)static voidSort(Array array)static voidSort(Array array, int index, int length)static voidSort(Array array, int index, int length, IComparer comparer)static voidSort(Array keys, Array items)static voidSort(Array keys, Array items, int index, int length)static voidSort(Array keys, Array items, int index, int length, IComparer comparer)static voidSort(Array keys, Array items, IComparer comparer)static voidSort(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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: mscorlib- 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIStructuralComparable- Specified by:
getJCOAssemblyNamein interfaceIStructuralEquatable- Overrides:
getJCOAssemblyNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIStructuralComparable- Specified by:
getJCOClassNamein interfaceIStructuralEquatable- Overrides:
getJCOClassNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIStructuralComparable- Specified by:
getJCOObjectNamein interfaceIStructuralEquatable- Overrides:
getJCOObjectNamein classNetObjectEnumerable- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIStructuralComparable- Specified by:
getJCOInstancein interfaceIStructuralEquatable- Overrides:
getJCOInstancein classNetObjectEnumerable- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIStructuralComparable- Specified by:
getJCOTypein interfaceIStructuralEquatable- Overrides:
getJCOTypein classNetObjectEnumerable- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Array cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoArray, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Arrayinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BinarySearch
public static int BinarySearch(Array array, int index, int length, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationException
-
BinarySearch
public static int BinarySearch(Array array, int index, int length, NetObject value, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationException
-
GetLength
public int GetLength(int dimension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetLowerBound
public int GetLowerBound(int dimension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetUpperBound
public int GetUpperBound(int dimension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
IndexOf
public static int IndexOf(Array array, NetObject value) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionArgumentException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionArgumentException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionArgumentException
-
GetLongLength
public long GetLongLength(int dimension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2, int length3) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int... lengths) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException
-
CreateInstance
public static Array CreateInstance(NetType dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int[] lengths, int[] lowerBounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException
-
CreateInstance
public static Array CreateInstance(NetType dupParam0, JCORefOut dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException
-
CreateInstance
public static Array CreateInstance(NetType elementType, long... lengths) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, NotSupportedException
-
Clone
public NetObject Clone() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetValue
public NetObject GetValue(int index) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
GetValue
public NetObject GetValue(int index1, int index2) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
GetValue
public NetObject GetValue(int index1, int index2, int index3) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
GetValue
public NetObject GetValue(int... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
GetValue
public NetObject GetValue(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
GetValue
public NetObject GetValue(long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetValue
public NetObject GetValue(long index1, long index2) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetValue
public NetObject GetValue(long index1, long index2, long index3) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetValue
public NetObject GetValue(long... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeException
-
Clear
public static void Clear(Array array, int index, int length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ConstrainedCopy
public static void ConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Copy
public static void Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Copy
public static void Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, int length) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, long length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullException
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
CopyTo
public void CopyTo(Array array, long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
Initialize
public void Initialize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Reverse
public static void Reverse(Array array) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankException
-
Reverse
public static void Reverse(Array array, int index, int length) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankException
-
SetValue
public void SetValue(NetObject value, int index) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
SetValue
public void SetValue(NetObject value, int index1, int index2) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
SetValue
public void SetValue(NetObject value, int index1, int index2, int index3) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
SetValue
public void SetValue(NetObject value, int... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
SetValue
public void SetValue(NetObject dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
SetValue
public void SetValue(NetObject value, long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
SetValue
public void SetValue(NetObject value, long index1, long index2) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
SetValue
public void SetValue(NetObject value, long index1, long index2, long index3) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
SetValue
public void SetValue(NetObject value, long... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeException
-
Sort
public static void Sort(Array array) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array array, int index, int length) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array array, int index, int length, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array keys, Array items) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array keys, Array items, int index, int length) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array keys, Array items, int index, int length, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array keys, Array items, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
Sort
public static void Sort(Array array, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionRankExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationException
-
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- Throws:
java.lang.Throwable
-
getRank
public int getRank() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLongLength
public long getLongLength() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-