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 Summary
Constructors Constructor Description DiffLines(DataTypeDiffInput input)
DiffLines(DataTypeDiffInput input, java.util.List<ValidatableLine> validatedLines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class java.util.ArrayList
add, 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
-
DiffLines
public DiffLines(DataTypeDiffInput input)
-
DiffLines
public DiffLines(DataTypeDiffInput input, java.util.List<ValidatableLine> validatedLines)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<ValidatableLine>
-
-