Class LongManager


  • public class LongManager
    extends TypeManager
    Manage Integer type.
    • Constructor Summary

      Constructors 
      Constructor Description
      LongManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getType​(java.lang.String value)
      get Type of the value.
      • Methods inherited from class java.lang.Object

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

      • LongManager

        public LongManager()
    • Method Detail

      • getType

        public java.lang.Class getType​(java.lang.String value)
        Description copied from class: TypeManager
        get Type of the value.
        Specified by:
        getType in class TypeManager