Package | Description |
---|---|
gov.sandia.cognition.collection |
Provides commonly useful collection implementations.
|
Modifier and Type | Method and Description |
---|---|
static IntArrayList |
IntArrayList.range(int max)
Creates a new instance pre-loaded with values [0 ..
|
static IntArrayList |
IntArrayList.range(int min,
int max)
Creates a new instance pre-loaded with values [min ..
|
static IntArrayList |
IntArrayList.zeros(int size)
Factory method that initializes a IntVector of the input size with zeros
in every entry.
|
Constructor and Description |
---|
IntArrayList(IntArrayList copy)
Copy constructor
|