Class SummarizerListMultiline<T>

Object
AnchorBean<Summarizer<T>>
Summarizer<T>
SummarizerListMultiline<T>
Type Parameters:
T - type of entity to summarize (its string representation is taken)

public class SummarizerListMultiline<T> extends Summarizer<T>
Creates a string where each line is an element.

The string representation for each element is printed as a line.

Author:
Owen Feehan