java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Double>
com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlDoubleList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess

public class XmlDoubleList extends ArrayList<Double> implements List<Double>
The type Xml double list.
See Also:
  • Constructor Details

    • XmlDoubleList

      public XmlDoubleList()
  • Method Details

    • getItems

      public List<Double> getItems()
      Gets items.
      Returns:
      the items
    • setItems

      public void setItems(List<Double> list)
      Sets items.
      Parameters:
      list - the list