public class SequenceMatcher extends Object
| Modifier and Type | Method | Description |
|---|---|---|
void |
findLongestMatch(int alo,
int ahi,
int blo,
int bhi) |
|
static SequenceMatcher |
from(String a,
String b) |
|
static boolean |
isJunk(char character) |
|
static void |
main(String[] args) |
|
void |
setbIndices(Map<Character,List<Integer>> bIndices) |
|
void |
setJunkElements(Map<Character,Boolean> junkElements) |
|
void |
setPopularElements(Map<Character,Integer> popularElements) |
public static void main(String[] args)
public static boolean isJunk(char character)
public static SequenceMatcher from(String a, String b)
public void findLongestMatch(int alo,
int ahi,
int blo,
int bhi)
Copyright © 2018. All rights reserved.