Package com.google.gdata.util.common.base

Interface Summary
Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
Predicate<T> Determines a true or false value for a given input.
 

Class Summary
CharEscaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
CharEscaperBuilder Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.
CharEscapers Utility functions for dealing with CharEscapers, and some commonly used CharEscaper instances.
CharMatcher Determines a true or false value for any Java char value, just as Predicate does for any Object.
CharMatcher.LookupTable A bit array with one bit per char value, used by CharMatcher.precomputed().
Charsets Provides references to the six standard character encodings supported by all Java platform implementations.
Pair<A,B> Pair is an expedient way to combine two arbitrary objects into one.
PercentEscaper A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state.
StringUtil Some common string manipulation utilities.
UnicodeEscaper An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
 

Annotation Types Summary
Nullable The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.