Package com.android.utils

  • Class Summary 
    Class Description
    CharSequences
    A number of utility methods around CharSequence handling, which adds methods that are available on Strings (such as indexOf, startsWith and regionMatches and provides equivalent methods for character sequences.
    DecimalUtils
    Static methods for dealing with floating point numbers in string decimal form.
    Pair<S,​T>
    A Pair class is simply a 2-tuple for use in this package.
    PositionXmlParser
    A simple DOM XML parser which can retrieve exact beginning and end offsets (and line and column numbers) for element nodes as well as attribute nodes.
    XmlUtils
    XML Utilities.