public static class CharNode.KeyTree extends Object
CharNode.KeyTree()
void
add(char[] w)
boolean
match(char[] sen, int offset, int len)
ArrayList<Integer>
maxMatch(ArrayList<Integer> tailLens, char[] sen, int offset)
int
maxMatch(char[] sen, int offset)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CharNode.KeyTree()
public void add(char[] w)
public int maxMatch(char[] sen, int offset)
public ArrayList<Integer> maxMatch(ArrayList<Integer> tailLens, char[] sen, int offset)
public boolean match(char[] sen, int offset, int len)
Copyright © 2015-2016 Ganshane Developer Team. All Rights Reserved.