LazyList.getList

Get the real List from a LazyList.

@param list A LazyList returned from LazyList.add(Object) or null @param nullForEmpty If true, null is returned instead of an empty list. @return The List of added items, which may be null, an EMPTY_LIST or a SingletonList. @param <E> the list entry type

class LazyList
static
getList
(
E
)
(
Object list
,)

Meta