public class PurApArrayList extends ArrayList
modCount| Constructor and Description |
|---|
PurApArrayList(Class listObjectType)
Default Constructor
|
PurApArrayList(Class listObjectType,
Class[] methodClasses,
Object[] methodArguments)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
boolean |
add(Object o) |
Object |
get(int index) |
Class |
getListObjectType() |
Object |
set(int index,
Object element) |
addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic PurApArrayList(Class listObjectType)
listObjectType - the classpublic PurApArrayList(Class listObjectType, Class[] methodClasses, Object[] methodArguments)
listObjectType - the object typemethodClasses - classesmethodArguments - argumentspublic void add(int index, Object element)
add in interface Listadd in class ArrayListList.add(int, java.lang.Object)public boolean add(Object o)
add in interface Collectionadd in interface Listadd in class ArrayListCollection.add(java.lang.Object)public Object get(int index)
get in interface Listget in class ArrayListList.get(int)public Object set(int index, Object element)
set in interface Listset in class ArrayListList.set(int, java.lang.Object)public Class getListObjectType()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.