Class ArrayWrapperList

All Implemented Interfaces:
Iterable<Object>, Collection<Object>, List<Object>, SequencedCollection<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.
  • Field Details

  • Constructor Details

    • ArrayWrapperList

      ArrayWrapperList(Object array)
  • Method Details