All Known Implementing Classes:
Enum, IntegerEnum, Profiler.MessageLevel

public interface NumberType
Version:
$Id: NumberType.java, v 0.1 2017年08月01日 上午11:57 luoguimu123 Exp $
Author:
luoguimu123
  • Field Details

  • Method Details

    • intValue

      int intValue()
    • longValue

      long longValue()
    • floatValue

      float floatValue()
    • doubleValue

      double doubleValue()
    • byteValue

      byte byteValue()
    • shortValue

      short shortValue()
    • toHexString

      String toHexString()
    • toOctalString

      String toOctalString()
    • toBinaryString

      String toBinaryString()