Class DiffLines

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ValidatableLine>, Collection<ValidatableLine>, List<ValidatableLine>, RandomAccess

public class DiffLines extends ArrayList<ValidatableLine>
A class that holds lines that will be used to generate diffs. It also has a reference to the source of the data so that it can create the correct type of empty lines as needed.
See Also: