public class IndexedName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
baseName
the base string, i.e.
|
java.lang.String |
fullName
the complete string, i.e.
|
int[] |
index
the indexes, i.e.
|
Constructor and Description |
---|
IndexedName(java.lang.String name)
construct the indexed name from the string provided
|