Class DotnetGenericArrayList

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

public class DotnetGenericArrayList extends ArrayList<Object> implements ISingleGenericType
See Also:
  • Constructor Details

    • DotnetGenericArrayList

      public DotnetGenericArrayList(int length, String genericTypeName)
  • Method Details