FileDocCategorySizeDatePackage
SparseBooleanArray.javaAPI DocAndroid 5.1 API1243Sat Mar 14 14:09:38 GMT 2015android.util

SparseBooleanArray

public class SparseBooleanArray extends Object implements Cloneable

Fields Summary
Constructors Summary
public SparseBooleanArray()

 throw new RuntimeException("Stub!"); 
public SparseBooleanArray(int initialCapacity)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidappend(int key, boolean value)

 throw new RuntimeException("Stub!"); 
public voidclear()

 throw new RuntimeException("Stub!"); 
public android.util.SparseBooleanArrayclone()

 throw new RuntimeException("Stub!"); 
public voiddelete(int key)

 throw new RuntimeException("Stub!"); 
public booleanget(int key)

 throw new RuntimeException("Stub!"); 
public booleanget(int key, boolean valueIfKeyNotFound)

 throw new RuntimeException("Stub!"); 
public intindexOfKey(int key)

 throw new RuntimeException("Stub!"); 
public intindexOfValue(boolean value)

 throw new RuntimeException("Stub!"); 
public intkeyAt(int index)

 throw new RuntimeException("Stub!"); 
public voidput(int key, boolean value)

 throw new RuntimeException("Stub!"); 
public intsize()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public booleanvalueAt(int index)

 throw new RuntimeException("Stub!");