public class NumberList extends NumberWrapper
| Modifier and Type | Field and Description |
|---|---|
static char |
SEPARATOR |
static char |
SEPARATOR_ALT |
| Constructor and Description |
|---|
NumberList()
NumberList constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
boolean |
contains(Object o) |
List |
getList() |
NumberWrapper |
increment(int i) |
boolean |
isEmpty() |
Iterator |
iterator() |
void |
setList(List newList) |
int |
size() |
Object[] |
toArray() |
String |
toString() |
clear, containsAll, remove, removeAll, retainAll, toArraypublic boolean add(Object arg0)
public boolean addAll(Collection arg0)
public boolean contains(Object o)
public List getList()
public NumberWrapper increment(int i)
increment in class NumberWrapperpublic boolean isEmpty()
public Iterator iterator()
public void setList(List newList)
public int size()
public Object[] toArray()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.