|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.sequence.TwiceUpwardSequenceIterator<S,B>
S
- Type of sequencers that use these sequence iterators.B
- Type of button managers used by the sequencers that use these sequence iterators.public class TwiceUpwardSequenceIterator<S extends Sequencer<S,B>,B extends ButtonManager<B>>
Iterator over a sequencer's sequence which progresses upwardly in the sequence, two steps by two steps. With sequences having an odd number of steps, this iterator is very interesting.
Constructor Summary | |
---|---|
TwiceUpwardSequenceIterator()
Constructs a twice upward sequence iterator. |
Method Summary | |
---|---|
int |
getNextStep(S sequencer)
Returns the next step number for the specified sequencer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwiceUpwardSequenceIterator()
Method Detail |
---|
public int getNextStep(S sequencer)
getNextStep
in interface SequenceIterator<S extends Sequencer<S,B>,B extends ButtonManager<B>>
sequencer
- Sequencer which demands the next step.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |