Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
LeveledEntry |
LeveledRecord.getEntry(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LeveledEntry> |
LeveledRecord.getEntries() |
java.util.ArrayList<LeveledEntry> |
LeveledRecord.getFlattenedEntries()
Returns all non-leveled list entries, with leveled list entries
recursively replaced with their contents.
|
java.util.Iterator<LeveledEntry> |
LeveledRecord.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
LeveledRecord.addEntry(LeveledEntry entry)
Adds the desired entry to the LVLN.
|