public class DiffUtils extends Object
| Constructor | Description |
|---|---|
DiffUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static EditOp[] |
getEditOps(String s1,
String s2) |
|
static MatchingBlock[] |
getMatchingBlocks(int len1,
int len2,
OpCode[] ops) |
|
static MatchingBlock[] |
getMatchingBlocks(String s1,
String s2) |
|
static double |
getRatio(String s1,
String s2) |
|
static int |
levEditDistance(String s1,
String s2,
int xcost) |
public static MatchingBlock[] getMatchingBlocks(String s1, String s2)
public static MatchingBlock[] getMatchingBlocks(int len1, int len2, OpCode[] ops)
Copyright © 2018. All rights reserved.