Class GenericList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess

public class GenericList extends ArrayList<Object>
A typing for ArrayList of objects to align this implementation with the other language implementations.
Author:
Dominik Kopczynski, Nils Hoffmann
See Also:
  • Constructor Details

    • GenericList

      public GenericList()