Class NumberList

java.lang.Object
de.intarsys.tools.number.NumberWrapper
de.intarsys.tools.number.NumberList
All Implemented Interfaces:
Iterable, Collection, Set

public class NumberList extends NumberWrapper
An implementation of NumberWrapper that represents an enumeration of single number objects.
  • Field Details

    • SEPARATOR

      public static char SEPARATOR
  • Constructor Details

    • NumberList

      public NumberList()
      NumberList constructor comment.
  • Method Details

    • setList

      public void setList(List newList)
    • getList

      public List getList()
    • add

      public boolean add(Object arg0)
    • iterator

      public Iterator iterator()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • increment

      public void increment(int i)
      Specified by:
      increment in class NumberWrapper
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
    • contains

      public boolean contains(Object o)
    • toArray

      public Object[] toArray()
    • addAll

      public boolean addAll(Collection arg0)
    • getMin

      protected double getMin()
      Specified by:
      getMin in class NumberWrapper
    • getMax

      protected double getMax()
      Specified by:
      getMax in class NumberWrapper