Package org.apache.velocity.util
Class ArrayListWrapper
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.apache.velocity.util.ArrayListWrapper
- All Implemented Interfaces:
Iterable,Collection,List
A class that wraps an array with a List interface.
- Since:
- 1.6
- Version:
- $Revision$ $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
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
ArrayListWrapper
-
-
Method Details
-
get
- Specified by:
getin interfaceList- Specified by:
getin classAbstractList
-
set
- Specified by:
setin interfaceList- Overrides:
setin classAbstractList
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList- Specified by:
sizein classAbstractCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection- Specified by:
isEmptyin interfaceList- Overrides:
isEmptyin classAbstractCollection
-