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