Uses of Class
com.hankcs.algorithm.State
-
Uses of State in com.hankcs.algorithm
Methods in com.hankcs.algorithm that return StateModifier and TypeMethodDescriptionState.failure()
获取failure状态按照character转移,根节点转移失败会返回自己(永远不会返回null)State.nextStateIgnoreRootState
(Character character) 按照character转移,任何节点转移失败会返回nullMethods in com.hankcs.algorithm that return types with arguments of type StateMethods in com.hankcs.algorithm with parameters of type State