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
SEPARATOR_ALT
public static char SEPARATOR_ALT
NumberList
public NumberList()
- NumberList constructor comment.
add
public boolean add(Object arg0)
addAll
public boolean addAll(Collection arg0)
contains
public boolean contains(Object o)
getList
public List getList()
increment
public NumberWrapper increment(int i)
- Specified by:
increment in class NumberWrapper
isEmpty
public boolean isEmpty()
iterator
public Iterator iterator()
setList
public void setList(List newList)
size
public int size()
toArray
public Object[] toArray()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.