public class Node extends Object
Node()
Node(Node root)
void
addNextNode(Character key, Node node)
addWord(List<String> words)
addWord(String word)
String
filter(String text, String sensitiveWords)
Node
getNextNode(Character key)
boolean
isLastCharacter()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Node(Node root)
public Node()
public void addNextNode(Character key, Node node)
public Node getNextNode(Character key)
public boolean isLastCharacter()
public void addWord(String word)
public void addWord(List<String> words)
public String filter(String text, String sensitiveWords)
Copyright © 2022 tan. All rights reserved.