LazyList.size

The size of a lazy List

@param list A LazyList returned from LazyList.add(Object) or null @return the size of the list.

class LazyList
static
int
size
(
T
)
()

Meta