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.String
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: mscorlibstatic 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, 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)
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: 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: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) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
InvalidOperationException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
InvalidOperationException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
InvalidOperationException
-
BinarySearch
public static int BinarySearch(Array array, NetObject value, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
InvalidOperationException
-
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.Throwable
ArgumentNullException
RankException
ArgumentOutOfRangeException
ArgumentException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentOutOfRangeException
ArgumentException
-
IndexOf
public static int IndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentOutOfRangeException
ArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
RankException
ArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
RankException
ArgumentException
-
LastIndexOf
public static int LastIndexOf(Array array, NetObject value, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
RankException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
-
CreateInstance
public static Array CreateInstance(NetType elementType, int length1, int length2, int length3) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
-
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.Throwable
ArgumentException
-
GetValue
public NetObject GetValue(int index1, int index2) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
GetValue
public NetObject GetValue(int index1, int index2, int index3) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
GetValue
public NetObject GetValue(int... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
-
GetValue
public NetObject GetValue(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
-
GetValue
public NetObject GetValue(long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetValue
public NetObject GetValue(long index1, long index2) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetValue
public NetObject GetValue(long index1, long index2, long index3) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetValue
public NetObject GetValue(long... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, int length) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
Copy
public static void Copy(Array sourceArray, Array destinationArray, long length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
CopyTo
public void CopyTo(Array array, long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
-
Reverse
public static void Reverse(Array array, int index, int length) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
-
SetValue
public void SetValue(NetObject value, int index) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
SetValue
public void SetValue(NetObject value, int index1, int index2) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
SetValue
public void SetValue(NetObject value, int index1, int index2, int index3) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
SetValue
public void SetValue(NetObject value, int... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
-
SetValue
public void SetValue(NetObject dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
-
SetValue
public void SetValue(NetObject value, long index) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
SetValue
public void SetValue(NetObject value, long index1, long index2) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
SetValue
public void SetValue(NetObject value, long index1, long index2, long index3) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
SetValue
public void SetValue(NetObject value, long... indices) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
-
Sort
public static void Sort(Array array) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
Sort
public static void Sort(Array array, int index, int length) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
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.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
Sort
public static void Sort(Array keys, Array items) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
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.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
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.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
Sort
public static void Sort(Array keys, Array items, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
Sort
public static void Sort(Array array, IComparer comparer) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
-
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
-
-