org.apache.velocity.util
Class ArrayListWrapper

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.apache.velocity.util.ArrayListWrapper
All Implemented Interfaces:
Collection, List

public class ArrayListWrapper
extends AbstractList

A class that wraps an array with a List interface.

Since:
1.6
Version:
$Revision: 685685 $ $Date: 2006-04-14 19:40:41 $
Author:
Chris Schultz <chris@christopherschultz.net$gt;

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ArrayListWrapper(Object array)
           
 
Method Summary
 Object get(int index)
           
 Object set(int index, Object element)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ArrayListWrapper

public ArrayListWrapper(Object array)
Method Detail

get

public Object get(int index)

set

public Object set(int index,
                  Object element)

size

public int size()


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.