public class ExpandableRecyclerAdapterHelper
extends java.lang.Object
ExpandableRecyclerAdapter.
Created by Ryan Brooks on 6/11/15.| Constructor and Description |
|---|
ExpandableRecyclerAdapterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Object> |
generateParentChildItemList(java.util.List<? extends ParentListItem> parentItemList)
Generates a full list of all
ParentListItem objects and their
children, in order. |
public static java.util.List<java.lang.Object> generateParentChildItemList(java.util.List<? extends ParentListItem> parentItemList)
ParentListItem objects and their
children, in order.parentItemList - A list of the ParentListItem objects from
the ExpandableRecyclerAdapterParentListItem objects and their children, expanded