Package | Description |
---|---|
org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections4.sequence |
This package provides classes to compare two sequences of objects.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ListUtils.LcsVisitor<E>
A helper class used to construct the longest common subsequence.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplacementsFinder<T>
This class handles sequences of replacements resulting from a comparison.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
EditCommand.accept(CommandVisitor<T> visitor)
Accept a visitor.
|
void |
InsertCommand.accept(CommandVisitor<T> visitor)
Accept a visitor.
|
void |
KeepCommand.accept(CommandVisitor<T> visitor)
Accept a visitor.
|
void |
DeleteCommand.accept(CommandVisitor<T> visitor)
Accept a visitor.
|
void |
EditScript.visit(CommandVisitor<T> visitor)
Visit the script.
|