| Package | Description |
|---|---|
| io.fabric8.zjsonpatch.internal.collections4 | |
| io.fabric8.zjsonpatch.internal.collections4.sequence |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEquator<T>
Default
Equator implementation. |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
ListUtils.longestCommonSubsequence(List<E> a,
List<E> b,
Equator<? super E> equator)
Returns the longest common subsequence (LCS) of two sequences (lists).
|
| Constructor and Description |
|---|
SequencesComparator(List<T> sequence1,
List<T> sequence2,
Equator<? super T> equator)
Simple constructor.
|
Copyright © 2016–2017. All rights reserved.