@FunctionalInterface public static interface Structure1D.LoopCallback
Modifier and Type | Method and Description |
---|---|
void |
call(long first,
long limit,
long step)
for(long i = first; i < limit; i += step)
|
Copyright © 2018 Optimatika. All rights reserved.