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