All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tfw.immutable.ila.intila.StridedIntIla Maven / Gradle / Ivy

Go to download

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