Package gw.lang.reflect.interval
Interface ISequenceable<E extends ISequenceable<E,S,U>,S,U>
- All Superinterfaces:
Comparable<E>
- All Known Implementing Classes:
Rational
-
Method Summary
Modifier and TypeMethodDescriptionnextInSequence
(S step, U unit) nextNthInSequence
(S step, U unit, int iIndex) previousInSequence
(S step, U unit) previousNthInSequence
(S step, U unit, int iIndex) Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
nextInSequence
-
nextNthInSequence
-
previousInSequence
-
previousNthInSequence
-