Class NetArrayList

  • All Implemented Interfaces:
    IJCOBridgeReflected

    public class NetArrayList
    extends NetObject
    The base .NET class managing System.Collections.ArrayList, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Extends NetObject.
    • Constructor Detail

      • NetArrayList

        public NetArrayList​(java.lang.Object instance)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • NetArrayList

        public NetArrayList()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • NetArrayList

        public NetArrayList​(int capacity)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Add

        public int Add​(NetObject value)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BinarySearch

        public int BinarySearch​(NetObject value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Clone

        public NetObject Clone()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Contains

        public boolean Contains​(NetObject item)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • FixedSize

        public static NetArrayList FixedSize​(NetArrayList list)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(NetObject value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(NetObject value,
                           int startIndex)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(NetObject value,
                           int startIndex,
                           int count)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Insert

        public void Insert​(int index,
                           NetObject value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • LastIndexOf

        public int LastIndexOf​(NetObject value)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • LastIndexOf

        public int LastIndexOf​(NetObject value,
                               int startIndex)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReadOnly

        public static NetArrayList ReadOnly​(NetArrayList list)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

        public void Remove​(NetObject obj)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveAt

        public void RemoveAt​(int index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveRange

        public void RemoveRange​(int index,
                                int count)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Repeat

        public static NetArrayList Repeat​(NetObject value,
                                          int count)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Reverse

        public void Reverse()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Reverse

        public void Reverse​(int index,
                            int count)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Synchronized

        public static NetArrayList Synchronized​(NetArrayList list)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • LastIndexOf

        public int LastIndexOf​(NetObject value,
                               int startIndex,
                               int count)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRange

        public NetArrayList GetRange​(int index,
                                     int count)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCapacity

        public int getCapacity()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCapacity

        public void setCapacity​(int Capacity)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCount

        public int getCount()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • 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
      • getSyncRoot

        public NetObject getSyncRoot()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable