Uses of Class
me.xdrop.diffutils.structs.MatchingBlock
-
Packages that use MatchingBlock Package Description me.xdrop.diffutils -
-
Uses of MatchingBlock in me.xdrop.diffutils
Methods in me.xdrop.diffutils that return MatchingBlock Modifier and Type Method Description static MatchingBlock[]DiffUtils. getMatchingBlocks(int len1, int len2, OpCode[] ops)static MatchingBlock[]DiffUtils. getMatchingBlocks(java.lang.String s1, java.lang.String s2)
-