public class NumberInterval extends NumberWrapper
| Modifier and Type | Field and Description |
|---|---|
static char |
SEPARATOR |
| Constructor and Description |
|---|
NumberInterval()
NumberInterval constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
boolean |
contains(Object o) |
Number |
getFrom() |
Number |
getTo() |
NumberWrapper |
increment(int i) |
boolean |
isEmpty() |
Iterator |
iterator() |
void |
setFrom(Number newFrom) |
void |
setTo(Number newTo) |
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 Number getFrom()
public Number getTo()
public NumberWrapper increment(int i)
increment in class NumberWrapperpublic boolean isEmpty()
public Iterator iterator()
public void setFrom(Number newFrom)
public void setTo(Number newTo)
public int size()
public Object[] toArray()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.