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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public 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 List
add
in class ArrayList
List.add(int, java.lang.Object)
public boolean add(Object o)
add
in interface Collection
add
in interface List
add
in class ArrayList
Collection.add(java.lang.Object)
public Object get(int index)
get
in interface List
get
in class ArrayList
List.get(int)
public Object set(int index, Object element)
set
in interface List
set
in class ArrayList
List.set(int, java.lang.Object)
public Class getListObjectType()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.