FileDocCategorySizeDatePackage
LongSparseArray.javaAPI DocAndroid 5.1 API1579Sat Mar 14 14:09:38 GMT 2015android.util

LongSparseArray

public class LongSparseArray extends Object implements Cloneable

Fields Summary
Constructors Summary
public LongSparseArray()

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public Eget(long key)

 throw new RuntimeException("Stub!"); 
public Eget(long key, E valueIfKeyNotFound)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidremove(long key)

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

 throw new RuntimeException("Stub!"); 
public voidsetValueAt(int index, E value)

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

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

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

 throw new RuntimeException("Stub!");