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

com.github.unidbg.linux.android.dvm.Array Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.android.dvm;

public interface Array {

    int length();

    void setData(int start, T data);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy