FileDocCategorySizeDatePackage
ArrayAdapter.javaAPI DocAndroid 5.1 API2736Sat Mar 14 14:09:40 GMT 2015android.widget

ArrayAdapter

public class ArrayAdapter extends android.widget.BaseAdapter implements android.widget.Filterable

Fields Summary
Constructors Summary
public ArrayAdapter(android.content.Context context, int resource)

 throw new RuntimeException("Stub!"); 
public ArrayAdapter(android.content.Context context, int resource, int textViewResourceId)

 throw new RuntimeException("Stub!"); 
public ArrayAdapter(android.content.Context context, int resource, T[] objects)

 throw new RuntimeException("Stub!"); 
public ArrayAdapter(android.content.Context context, int resource, int textViewResourceId, T[] objects)

 throw new RuntimeException("Stub!"); 
public ArrayAdapter(android.content.Context context, int resource, List objects)

 throw new RuntimeException("Stub!"); 
public ArrayAdapter(android.content.Context context, int resource, int textViewResourceId, List objects)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidadd(T object)

 throw new RuntimeException("Stub!"); 
public voidaddAll(java.util.Collection collection)

 throw new RuntimeException("Stub!"); 
public voidaddAll(T items)

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

 throw new RuntimeException("Stub!"); 
public static android.widget.ArrayAdaptercreateFromResource(android.content.Context context, int textArrayResId, int textViewResId)

 throw new RuntimeException("Stub!"); 
public android.content.ContextgetContext()

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

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetDropDownView(int position, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public android.widget.FiltergetFilter()

 throw new RuntimeException("Stub!"); 
public TgetItem(int position)

 throw new RuntimeException("Stub!"); 
public longgetItemId(int position)

 throw new RuntimeException("Stub!"); 
public intgetPosition(T item)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetView(int position, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public voidinsert(T object, int index)

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

 throw new RuntimeException("Stub!"); 
public voidremove(T object)

 throw new RuntimeException("Stub!"); 
public voidsetDropDownViewResource(int resource)

 throw new RuntimeException("Stub!"); 
public voidsetNotifyOnChange(boolean notifyOnChange)

 throw new RuntimeException("Stub!"); 
public voidsort(java.util.Comparator comparator)

 throw new RuntimeException("Stub!");