public final class CompoundNameVector extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
size |
| Constructor and Description |
|---|
CompoundNameVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char[][] newElement) |
void |
addAll(char[][][] newElements) |
boolean |
contains(char[][] element) |
char[][] |
elementAt(int index) |
char[][] |
remove(char[][] element) |
void |
removeAll() |
String |
toString() |
Copyright © 2015. All rights reserved.