org.apache.commons.jexl.util
public class ArrayListWrapper extends java.util.AbstractList
Constructor and Description |
---|
ArrayListWrapper(java.lang.Object array) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
java.lang.Object |
set(int index,
java.lang.Object element) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public java.lang.Object get(int index)
get
in interface java.util.List
get
in class java.util.AbstractList
public java.lang.Object set(int index, java.lang.Object element)
set
in interface java.util.List
set
in class java.util.AbstractList
public int size()
size
in interface java.util.Collection
size
in interface java.util.List
size
in class java.util.AbstractCollection
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.