addAll abstract method

Description addAll(
  1. String start,
  2. String separator,
  3. String end,
  4. Iterable list,
)

This is used to add a description of an Iterable list, with appropriate start and end markers and inter-element separator.

Implementation

Description addAll(String start, String separator, String end, Iterable list);