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