Class Constants


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

      Fields 
      Modifier and Type Field Description
      static java.util.HashMap<java.lang.Class<?>,​java.lang.Class<?>> PRIMITIVE_MAP
      Map from primitive type to java type
      static java.lang.String SYSTEM_LOADER_NAME
      The name of the system class loader
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SYSTEM_LOADER_NAME

        public static final java.lang.String SYSTEM_LOADER_NAME
        The name of the system class loader
        See Also:
        Constant Field Values
      • PRIMITIVE_MAP

        public static final java.util.HashMap<java.lang.Class<?>,​java.lang.Class<?>> PRIMITIVE_MAP
        Map from primitive type to java type
    • Constructor Detail

      • Constants

        public Constants()