| Package | Description |
|---|---|
| regexodus.ds |
| Modifier and Type | Method and Description |
|---|---|
CharArrayList |
CharArrayList.clone() |
static CharArrayList |
CharArrayList.wrap(char[] a)
Wraps a given array into an array list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CharArrayList.addAll(int index,
CharArrayList l) |
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.
|
| Constructor and Description |
|---|
CharArrayList(CharArrayList l)
Creates a new array list and fills it with a given type-specific list.
|
Copyright © 2016. All rights reserved.