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

android.os.SparseBooleanArray Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
//THIS IS STUB!!!!
package android.os;

public interface SparseBooleanArray {

  int size();

  int keyAt(int i);

  boolean valueAt(int i);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy