Package com.telenav.kivakit.interfaces.string


package com.telenav.kivakit.interfaces.string
  • Class
    Description
    Interface to an object that can produce one or more different kinds of string representations.
    The type of format for a string returned by Stringable.asString(Format)
    Interface to code that maps from a string to a value
    Sadly, the only reason for this class is Java type erasures.