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