TextElementList
Creates a wrapper around the given list. The list is NOT copied, mutations affect the original.
Parameters
elements
the list to wrap
Throws
if elements is null
Creates a wrapper around the given list. The list is NOT copied, mutations affect the original.
the list to wrap
if elements is null