| Type | Name and description | 
|---|---|
boolean | 
                            add(GroupableProductFlavor e) | 
                        
void | 
                            add(int i, GroupableProductFlavor e) | 
                        
boolean | 
                            addAll(Collection<? extends GroupableProductFlavor> es) | 
                        
boolean | 
                            addAll(int i, Collection<? extends GroupableProductFlavor> es) | 
                        
void | 
                            clear() | 
                        
boolean | 
                            contains(Object o) | 
                        
boolean | 
                            containsAll(Collection<?> objects) | 
                        
GroupableProductFlavor | 
                            get(int i) | 
                        
int | 
                            indexOf(Object o) | 
                        
boolean | 
                            isEmpty() | 
                        
Iterator<GroupableProductFlavor> | 
                            iterator() | 
                        
int | 
                            lastIndexOf(Object o) | 
                        
ListIterator<GroupableProductFlavor> | 
                            listIterator() | 
                        
ListIterator<GroupableProductFlavor> | 
                            listIterator(int i) | 
                        
boolean | 
                            remove(Object o) | 
                        
GroupableProductFlavor | 
                            remove(int i) | 
                        
boolean | 
                            removeAll(Collection<?> objects) | 
                        
boolean | 
                            retainAll(Collection<?> objects) | 
                        
GroupableProductFlavor | 
                            set(int i, GroupableProductFlavor e) | 
                        
int | 
                            size() | 
                        
List<GroupableProductFlavor> | 
                            subList(int i, int i2) | 
                        
Object[] | 
                            toArray() | 
                        
T[] | 
                            toArray(T[] array) |