Klasse GenericList

Alle implementierten Schnittstellen:
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.
Autor:
Dominik Kopczynski, Nils Hoffmann
Siehe auch:
  • Konstruktordetails

    • GenericList

      public GenericList()