Class Entities

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private Entities()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.util.Map<java.lang.String,​java.lang.String> getMapNameToValue()  
      static java.lang.String unescape​(java.lang.String str)
      Returns unescaped entity representation.
      • Methods inherited from class java.lang.Object

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

      • ARRAY

        private static final java.lang.String[][] ARRAY
      • mapNameToValue

        private static volatile java.util.Map<java.lang.String,​java.lang.String> mapNameToValue
    • Method Detail

      • unescape

        public static java.lang.String unescape​(java.lang.String str)
        Returns unescaped entity representation.
        Parameters:
        str - entity
        Returns:
        unescaped entity representation
      • getMapNameToValue

        private static java.util.Map<java.lang.String,​java.lang.String> getMapNameToValue()