org.grinvin.params

Class IntegerList


public class IntegerList
extends java.lang.Object

List of integers

Constructor Summary

IntegerList()
IntegerList(String string)
IntegerList(int[] array)

Method Summary

int
getIntegerAt(int index)
int
getLength()
String
toString()

Constructor Details

IntegerList

public IntegerList()

IntegerList

public IntegerList(String string)

IntegerList

public IntegerList(int[] array)

Method Details

getIntegerAt

public int getIntegerAt(int index)
            throws ArrayIndexOutOfBoundsException,
                   NullPointerException

getLength

public int getLength()

toString

public String toString()