Examples of RadixTreeSubstitutionAlgo


Examples of com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm.RadixTreeSubstitutionAlgo

   *
   * @param substitutionMap {@link Map} of substitutable key/value pairs.
   * @return String substitution algorithm.
   */
  public SubstitutionAlgorithm getAlgorithm(Map<String, String> substitutionMap) {
    return new RadixTreeSubstitutionAlgo(substitutionMap);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.