| Package | Description |
|---|---|
| marytts.util.io |
Various relatively generic utilities for input/output.
|
| Modifier and Type | Method and Description |
|---|---|
BasenameList |
BasenameList.duplicate()
Duplicates the list (i.e., emits an autonomous copy of it).
|
BasenameList |
BasenameList.subList(int fromIndex,
int toIndex)
Returns an autonomous sublist between fromIndex, inclusive, and toIndex, exclusive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasenameList.contains(BasenameList bnl)
Check if the list contains another given one.
|
boolean |
BasenameList.equals(BasenameList bnl)
Check if two lists are equal.
|
boolean |
BasenameList.remove(BasenameList bnl)
Removes a list from another list.
|
Copyright © 2000–2022 DFKI GmbH. All rights reserved.