Package gw.lang.reflect.interval
Interface ISequenceable<E extends ISequenceable<E,S,U>,S,U>
-
- All Superinterfaces:
Comparable<E>
- All Known Implementing Classes:
Rational
public interface ISequenceable<E extends ISequenceable<E,S,U>,S,U> extends Comparable<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnextInSequence(S step, U unit)EnextNthInSequence(S step, U unit, int iIndex)EpreviousInSequence(S step, U unit)EpreviousNthInSequence(S step, U unit, int iIndex)-
Methods inherited from interface java.lang.Comparable
compareTo
-
-