| |
|
| java.lang.Object net.infonode.util.IntList
IntList | public class IntList (Code) | | A single linked list of positive int's.
author: $Author: jesper $ version: $Revision: 1.3 $ |
Constructor Summary | |
public | IntList(int value, IntList next) Constructor. |
EMPTY_LIST | final public static IntList EMPTY_LIST(Code) | | The empty list.
|
IntList | public IntList(int value, IntList next)(Code) | | Constructor.
Parameters: value - the int value Parameters: next - the next list element |
getValue | public int getValue()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|