Package javajs.util

Class Lst<V>

Type Parameters:
V -
All Implemented Interfaces:
Serializable, Cloneable, Iterable<V>, Collection<V>, List<V>, RandomAccess, SequencedCollection<V>
Direct Known Subclasses:
MeasurementData

public class Lst<V> extends ArrayList<V>
created to remove ambiguities in add and remove
See Also: