Class ParseRequest


  • @GwtCompatible
    final class ParseRequest
    extends java.lang.Object
    A string to be parsed as a number and the radix to interpret it in.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int radix  
      (package private) java.lang.String rawValue  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ParseRequest​(java.lang.String rawValue, int radix)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static ParseRequest fromString​(java.lang.String stringValue)  
      • Methods inherited from class java.lang.Object

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

      • rawValue

        final java.lang.String rawValue
      • radix

        final int radix
    • Constructor Detail

      • ParseRequest

        private ParseRequest​(java.lang.String rawValue,
                             int radix)
    • Method Detail

      • fromString

        static ParseRequest fromString​(java.lang.String stringValue)