public interface ISequenceable<E extends ISequenceable<E,S,U>,S,U> extends Comparable<E>
| Modifier and Type | Method and Description |
|---|---|
E |
nextInSequence(S step,
U unit) |
E |
nextNthInSequence(S step,
U unit,
int iIndex) |
E |
previousInSequence(S step,
U unit) |
E |
previousNthInSequence(S step,
U unit,
int iIndex) |
compareToCopyright © 2022. All rights reserved.