Package | Description |
---|---|
com.soundhelix.misc |
Modifier and Type | Method and Description |
---|---|
Sequence.SequenceEntry |
Sequence.get(int index)
Returns the sequence entry with the given index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Sequence.SequenceEntry> |
Sequence.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Sequence.replaceEntry(int tick,
Sequence.SequenceEntry entry)
Replaces the entry at the given tick by the given entry.
|