Class ParameterValueArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
net.datenwerke.rs.base.service.parameters.helpers.ParameterValueArrayList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>

public class ParameterValueArrayList<E> extends ArrayList<E>
See Also:
  • Constructor Details

    • ParameterValueArrayList

      public ParameterValueArrayList()
  • Method Details