Uses of Package
com.google.common.base

Packages that use com.google.common.base
com.google.common.base Miscellaneous common util classes and annotations. 
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Classes in com.google.common.base used by com.google.common.base
Function
          A Function provides a transformation on an object and returns the resulting object.
Nullable
          The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
Predicate
          Determines a true or false value for any input of its parameterized type.
ReferenceType
          Reference type.
Supplier
          A class that can supply objects of a single type.
 

Classes in com.google.common.base used by com.google.common.collect
Function
          A Function provides a transformation on an object and returns the resulting object.
Nullable
          The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
Predicate
          Determines a true or false value for any input of its parameterized type.
ReferenceType
          Reference type.
Supplier
          A class that can supply objects of a single type.
 



Copyright © 2008 Google. All Rights Reserved.