public interface ISequence
integer
numbers:
[getStart(), getStart()+getStep(), getStart()+2*getStep(), ..., getEnd()]
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Get the end index for this sequence
|
int[] |
getIndices()
Get the generated sequence of indices for this ISequence.
|
int |
getStart()
Get the start index for this sequence
|
int |
getStep()
The step for calculating the next index in the sequence.
|
void |
setListSize(int size)
Sets the list size of the current used list in the generics library.
|
int getEnd()
endOffset
of this sequence + 1;int[] getIndices()
[getStart(), getStart()+getStep(), getStart()+2*getStep(), ..., getEnd()]
int getStart()
int getStep()
void setListSize(int size)
size
-