Package | Description |
---|---|
org.codelibs.jhighlight.fastutil.chars |
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 © 2011–2024. All rights reserved.