Class 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