public class NetArrayList extends NetObject
NetObject.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName |
static java.lang.String |
assemblyShortName |
static java.lang.String |
className |
static JCType |
classType |
| Constructor and Description |
|---|
NetArrayList() |
NetArrayList(int capacity) |
NetArrayList(java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
int |
Add(NetObject value) |
int |
BinarySearch(NetObject value) |
static NetArrayList |
castFrom(IJCOBridgeReflected from) |
NetObject |
Clone() |
boolean |
Contains(NetObject item) |
static NetArrayList |
FixedSize(NetArrayList list) |
int |
getCapacity() |
int |
getCount() |
boolean |
getIsFixedSize() |
boolean |
getIsReadOnly() |
boolean |
getIsSynchronized() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetArrayList |
GetRange(int index,
int count) |
NetObject |
getSyncRoot() |
int |
IndexOf(NetObject value) |
int |
IndexOf(NetObject value,
int startIndex) |
int |
IndexOf(NetObject value,
int startIndex,
int count) |
void |
Insert(int index,
NetObject value) |
int |
LastIndexOf(NetObject value) |
int |
LastIndexOf(NetObject value,
int startIndex) |
int |
LastIndexOf(NetObject value,
int startIndex,
int count) |
static NetArrayList |
ReadOnly(NetArrayList list) |
void |
Remove(NetObject obj) |
void |
RemoveAt(int index) |
void |
RemoveRange(int index,
int count) |
static NetArrayList |
Repeat(NetObject value,
int count) |
void |
Reverse() |
void |
Reverse(int index,
int count) |
void |
setCapacity(int Capacity) |
static NetArrayList |
Synchronized(NetArrayList list) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static JCType classType
public NetArrayList()
throws java.lang.Throwable
java.lang.Throwablepublic NetArrayList(int capacity)
throws java.lang.Throwable
java.lang.Throwablepublic NetArrayList(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic int BinarySearch(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic static NetArrayList castFrom(IJCOBridgeReflected from) throws java.lang.Throwable
java.lang.Throwablepublic NetObject Clone() throws java.lang.Throwable
java.lang.Throwablepublic boolean Contains(NetObject item) throws java.lang.Throwable
java.lang.Throwablepublic static NetArrayList FixedSize(NetArrayList list) throws java.lang.Throwable
java.lang.Throwablepublic int getCapacity()
throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFixedSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSynchronized()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetArrayList GetRange(int index, int count) throws java.lang.Throwable
java.lang.Throwablepublic NetObject getSyncRoot() throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(NetObject value, int startIndex) throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(NetObject value, int startIndex, int count) throws java.lang.Throwable
java.lang.Throwablepublic void Insert(int index,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablepublic int LastIndexOf(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic int LastIndexOf(NetObject value, int startIndex) throws java.lang.Throwable
java.lang.Throwablepublic int LastIndexOf(NetObject value, int startIndex, int count) throws java.lang.Throwable
java.lang.Throwablepublic static NetArrayList ReadOnly(NetArrayList list) throws java.lang.Throwable
java.lang.Throwablepublic void Remove(NetObject obj) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveRange(int index,
int count)
throws java.lang.Throwable
java.lang.Throwablepublic static NetArrayList Repeat(NetObject value, int count) throws java.lang.Throwable
java.lang.Throwablepublic void Reverse()
throws java.lang.Throwable
java.lang.Throwablepublic void Reverse(int index,
int count)
throws java.lang.Throwable
java.lang.Throwablepublic void setCapacity(int Capacity)
throws java.lang.Throwable
java.lang.Throwablepublic static NetArrayList Synchronized(NetArrayList list) throws java.lang.Throwable
java.lang.Throwable