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 void | add(T object) throw new RuntimeException("Stub!");
|
public void | addAll(java.util.Collection collection) throw new RuntimeException("Stub!");
|
public void | addAll(T items) throw new RuntimeException("Stub!");
|
public void | clear() throw new RuntimeException("Stub!");
|
public static android.widget.ArrayAdapter | createFromResource(android.content.Context context, int textArrayResId, int textViewResId) throw new RuntimeException("Stub!");
|
public android.content.Context | getContext() throw new RuntimeException("Stub!");
|
public int | getCount() throw new RuntimeException("Stub!");
|
public android.view.View | getDropDownView(int position, android.view.View convertView, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
|
public android.widget.Filter | getFilter() throw new RuntimeException("Stub!");
|
public T | getItem(int position) throw new RuntimeException("Stub!");
|
public long | getItemId(int position) throw new RuntimeException("Stub!");
|
public int | getPosition(T item) throw new RuntimeException("Stub!");
|
public android.view.View | getView(int position, android.view.View convertView, android.view.ViewGroup parent) throw new RuntimeException("Stub!");
|
public void | insert(T object, int index) throw new RuntimeException("Stub!");
|
public void | notifyDataSetChanged() throw new RuntimeException("Stub!");
|
public void | remove(T object) throw new RuntimeException("Stub!");
|
public void | setDropDownViewResource(int resource) throw new RuntimeException("Stub!");
|
public void | setNotifyOnChange(boolean notifyOnChange) throw new RuntimeException("Stub!");
|
public void | sort(java.util.Comparator comparator) throw new RuntimeException("Stub!");
|