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

public class XmlBigIntegerList extends ArrayList<BigInteger> implements List<BigInteger>
The type Xml big integer list.
See Also:
  • Constructor Details

    • XmlBigIntegerList

      public XmlBigIntegerList()
  • Method Details

    • getItems

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

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