de.intarsys.tools.number
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.
Constructor Summary |
NumberList()
NumberList constructor comment. |
SEPARATOR
public static char SEPARATOR
NumberList
public NumberList()
- NumberList constructor comment.
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)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.