net.infonode.util
public class IntList extends Object
Version: $Revision: 1.3 $
| Field Summary | |
|---|---|
| static IntList | EMPTY_LIST
The empty list. |
| Constructor Summary | |
|---|---|
| IntList(int value, IntList next)
Constructor.
| |
| Method Summary | |
|---|---|
| static IntList | decode(ObjectInputStream in) |
| boolean | equals(Object object) |
| boolean | equals(IntList list) |
| IntList | getNext() |
| int | getValue() |
| int | hashCode() |
| boolean | isEmpty() |
| String | toString() |
| void | write(ObjectOutputStream out) |
Parameters: value the int value next the next list element
Returns: