org.apache.commons.jexl2.internal
Class ArrayListWrapper
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
org.apache.commons.jexl2.internal.ArrayListWrapper
- All Implemented Interfaces:
- Iterable<Object>, Collection<Object>, List<Object>
public class ArrayListWrapper
- extends AbstractList<Object>
A class that wraps an array with a List interface.
- Version:
- $Revision$ $Date: 2006-04-14 19:40:41 $
- Author:
- Chris Schultz <chris@christopherschultz.net$gt;
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList |
ArrayListWrapper
public ArrayListWrapper(Object anArray)
- Create the wrapper.
- Parameters:
anArray - array
get
public Object get(int index)
-
- Specified by:
get in interface List<Object>- Specified by:
get in class AbstractList<Object>
set
public Object set(int index,
Object element)
-
- Specified by:
set in interface List<Object>- Overrides:
set in class AbstractList<Object>
size
public int size()
-
- Specified by:
size in interface Collection<Object>- Specified by:
size in interface List<Object>- Specified by:
size in class AbstractCollection<Object>
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.