Uses of Class
net.sf.jabb.util.text.MatchingDefinition

Packages that use MatchingDefinition
net.sf.jabb.util.text   
 

Uses of MatchingDefinition in net.sf.jabb.util.text
 

Methods in net.sf.jabb.util.text that return types with arguments of type MatchingDefinition
protected static List<MatchingDefinition> StringStartWithMatcher.normalizeMatchingDefinitions(Map<String,? extends Object> headingDefinitions)
          Normalize matching definitions according to requirements of StartWithMatcher.
根据StartWithMatcher的需要来规范化匹配条件定义。
protected static List<MatchingDefinition> UrlStartWithMatcher.normalizeMatchingDefinitions(Map<String,? extends Object> matchingDefinitions, boolean moreSpaceForSpeed)
          Normalize matching definitions according to requirements of StartWithMatcher.
根据StartWithMatcher的需要来规范化匹配条件定义。
 

Method parameters in net.sf.jabb.util.text with type arguments of type MatchingDefinition
protected  void StartWithMatcher.initialize(Collection<MatchingDefinition> definitionList, boolean moreSpaceForSpeed)
          Initialize the state machine (dk.brics.automaton.RunAutomaton).
初始化状态机(dk.brics.automaton.RunAutomaton)。
 

Constructor parameters in net.sf.jabb.util.text with type arguments of type MatchingDefinition
StartWithMatcher(Collection<MatchingDefinition> definitionList)
          Create an instance according to matching definitions, when creating internal data structure, choose to consume more memory for better matching speed.
根据匹配方式定义创建一个新的对象实例; 在创建内部数据结构的时候,选择占用更多内存,而换取速度上的提升。
StartWithMatcher(Collection<MatchingDefinition> definitionList, boolean moreSpaceForSpeed)
          Create an instance according to matching definitions.
根据匹配方式定义创建一个新的对象实例。
 



Copyright © 2012. All Rights Reserved.