Package ghidra.app.util.html.diff
Class DiffLines
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractList<E>
- 
- java.util.ArrayList<ValidatableLine>
- 
- ghidra.app.util.html.diff.DiffLines
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.lang.Iterable<ValidatableLine>,- java.util.Collection<ValidatableLine>,- java.util.List<ValidatableLine>,- java.util.RandomAccess
 
 public class DiffLines extends java.util.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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DiffLines(DataTypeDiffInput input)DiffLines(DataTypeDiffInput input, java.util.List<ValidatableLine> validatedLines)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()- 
Methods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
 
- 
 
- 
- 
- 
Constructor Detail- 
DiffLinespublic DiffLines(DataTypeDiffInput input) 
 - 
DiffLinespublic DiffLines(DataTypeDiffInput input, java.util.List<ValidatableLine> validatedLines) 
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.util.AbstractCollection<ValidatableLine>
 
 
- 
 
-