Class Keywords


  • public class Keywords
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.lang.String> keywords  
    • Constructor Summary

      Constructors 
      Constructor Description
      Keywords()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getReplacement​(java.lang.String keyword)  
      static boolean isAKeyword​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • keywords

        private static final java.util.Map<java.lang.String,​java.lang.String> keywords
    • Constructor Detail

      • Keywords

        public Keywords()
    • Method Detail

      • isAKeyword

        public static boolean isAKeyword​(java.lang.String string)
      • getReplacement

        public static java.lang.String getReplacement​(java.lang.String keyword)