public class NumberList
extends java.lang.Object
| Constructor and Description |
|---|
NumberList()
Creates an empty number list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get_max() |
int |
get_min() |
boolean |
isset(int value)
Checks to see if the given value is set in the number list.
|
static NumberList |
read(java.lang.String text)
Reads a number list from a text string.
|
java.lang.String |
write()
Writes a number list to a text string.
|
public static NumberList read(java.lang.String text)
public java.lang.String write()
public boolean isset(int value)
public int get_min()
public int get_max()