public interface IntegerArraySyncer
Modifier and Type | Method and Description |
---|---|
int[] |
syncTo(int[] array,
int[] fromAndLengthIndices)
This method is used to sync arrays on pulses.
|
int[] syncTo(int[] array, int[] fromAndLengthIndices)
dest = source.syncTo(dest);
array
- previously synced arrayfromAndLengthIndices
- an int array of 2 elements that states the
start and length of elements modified.