在森林中的查找查找一个子树

JAVA中怎么在一个树中查找他的一个子树
public TreeNode search(Tree pattern)接下来怎么写

树无非就是用dfs,或bfs。你要查找的子树是什么?