![JAR search and dependency download from the Maven repository](/logo.png)
tfw.immutable.ila.intila.StridedIntIla Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tfw Show documentation
Show all versions of tfw Show documentation
The FrameWork for building highly scalable and maintainable applications
The newest version!
package tfw.immutable.ila.intila;
import java.io.IOException;
import tfw.immutable.ila.ImmutableLongArray;
public interface StridedIntIla extends ImmutableLongArray {
void get(final int[] array, final int offset, final int stride, final long start, final int length)
throws IOException;
}
// AUTO GENERATED FROM TEMPLATE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy