Package com.google.api.client.util

General utilities used throughout this library.

See:
          Description

Class Summary
ArrayMap<K,V> Memory-efficient map of keys to values with list-style random-access semantics.
Base64 Encodes and decodes to and from Base64 notation.
ClassInfo Parses class information to determine data key name/value pairs associated with the class.
DataUtil Utilities for working with key/value data.
DateTime Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
FieldInfo Parses field information to determine data key name/value pair associated with the field.
GenericData Generic data that stores all unknown data key name/value pairs.
ReflectionMap Map that uses ClassInfo to parse the key/value pairs into a map.
Strings Utilities for strings.
 

Annotation Types Summary
Key Use this annotation to specify that a field is a data key, optionally providing the data key name to use.
 

Package com.google.api.client.util Description

General utilities used throughout this library.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.0


Copyright © 2010 Google. All Rights Reserved.