Package 

Class CollectionAdapter

  • All Implemented Interfaces:
    android.widget.Adapter , android.widget.ListAdapter , android.widget.SpinnerAdapter

    
    public class CollectionAdapter
    extends BaseAdapter
                        
    • Method Summary

      Modifier and Type Method Description
      int getCount()
      CollectionAdapter.TagCollection getItem(int position)
      long getItemId(int position)
      View getView(int position, @Nullable() View convertView, @NonNull() ViewGroup parent)
      void add(String name, Set<String> tags)
      void clear()
      • Methods inherited from class android.widget.BaseAdapter

        areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
      • Methods inherited from class android.widget.Adapter

        getCount, getItem, getItemId, getView
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait