Class ParseRequest

java.lang.Object
com.google.common.primitives.ParseRequest

final class ParseRequest extends Object
A string to be parsed as a number and the radix to interpret it in.
  • Field Details

    • rawValue

      final String rawValue
    • radix

      final int radix
  • Constructor Details

    • ParseRequest

      private ParseRequest(String rawValue, int radix)
  • Method Details