FileDocCategorySizeDatePackage
SparseLongArray.javaAPI DocAndroid 5.1 API1284Sat Mar 14 14:09:42 GMT 2015android.util

SparseLongArray

public class SparseLongArray extends Object implements Cloneable

Fields Summary
Constructors Summary
public SparseLongArray()

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public longget(int key, long valueIfKeyNotFound)

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!");