| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
IntArrayList |
IntArrayList.clone() |
static IntArrayList |
IntArrayList.wrap(int[] a)
Wraps a given array into an array list.
|
static IntArrayList |
IntArrayList.wrap(int[] a,
int length)
Wraps a given array into an array list of given size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IntArrayList.compareTo(IntArrayList l)
Compares this array list to another array list.
|
boolean |
IntArrayList.equals(IntArrayList l)
Compares this type-specific array list to another one.
|
Copyright © 2020. All rights reserved.