Class ArrayWrapperList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
org.fest.assertions.util.ArrayWrapperList
All Implemented Interfaces:
Iterable<Object>, Collection<Object>, List<Object>

public class ArrayWrapperList extends AbstractList<Object>
A list-like wrapper for arrays. This class does not provide type-safety in order to handle both arrays of objects and arrays of primitives.
Author:
Alex Ruiz, Yvonne Wang