org.n0pe.asadmin
Class AsAdminCmdList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by org.n0pe.asadmin.AsAdminCmdList
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class AsAdminCmdList
extends ArrayList

An ArrayList containing IAsCommands. Generics in maven ?

Author:
Paul Merlin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AsAdminCmdList()
          AsAdminCmdList CTOR.
 
Method Summary
 boolean add(IAsAdminCmd e)
           
 void add(int index, IAsAdminCmd element)
           
 boolean contains(IAsAdminCmd o)
           
 int indexOf(IAsAdminCmd o)
           
 int lastIndexOf(IAsAdminCmd o)
           
 boolean remove(IAsAdminCmd o)
           
 IAsAdminCmd set(int index, IAsAdminCmd element)
           
 IAsAdminCmd[] toArray(IAsAdminCmd[] a)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

AsAdminCmdList

public AsAdminCmdList()
AsAdminCmdList CTOR.

Method Detail

add

public boolean add(IAsAdminCmd e)

add

public void add(int index,
                IAsAdminCmd element)

contains

public boolean contains(IAsAdminCmd o)

indexOf

public int indexOf(IAsAdminCmd o)

lastIndexOf

public int lastIndexOf(IAsAdminCmd o)

remove

public boolean remove(IAsAdminCmd o)

set

public IAsAdminCmd set(int index,
                       IAsAdminCmd element)

toArray

public IAsAdminCmd[] toArray(IAsAdminCmd[] a)


Copyright © 2011. All Rights Reserved.