No description
  • Java 98.5%
  • Shell 1.3%
  • Makefile 0.2%
Find a file
Ying Wang 436f221940 dist for dist_files
Change-Id: Id26e090f37cc85a1feba45cf679c15439eb90a0f
2010-12-09 10:30:40 -08:00
javadoc Replace google-collections with guava, and build as a static library. 2010-03-05 14:59:20 -08:00
src/com/google/common Modify Immutable* classes to (hopefully) compile on the Mac build 2010-03-09 09:18:44 -08:00
Android.mk dist for dist_files 2010-12-09 10:30:40 -08:00
build.xml Replace google-collections with guava, and build as a static library. 2010-03-05 14:59:20 -08:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:26 -08:00
COPYING Checkin Google Gollections r127 as Guava. 2009-12-10 18:00:52 -08:00
guava.iml Replace google-collections with guava, and build as a static library. 2010-03-05 14:59:20 -08:00
guava.ipr Replace google-collections with guava, and build as a static library. 2010-03-05 14:59:20 -08:00
MODULE_LICENSE_APACHE2 Checkin Google Gollections r127 as Guava. 2009-12-10 18:00:52 -08:00
NOTICE Checkin Google Gollections r127 as Guava. 2009-12-10 18:00:52 -08:00
README.android Modify Immutable* classes to (hopefully) compile on the Mac build 2010-03-09 09:18:44 -08:00

URL: http://code.google.com/p/guava-libraries/source/checkout
Version: r11
License: Apache 2
Description: "Guava: Google Core Libraries for Java 1.5"

Local Modifications: Minor hacks to compile on our Mac build machines --
   see src/com/google/common/collect/Immutable*.java, look for
   "BEGIN/END android-changed" markers.

Guava-libraries are a grab bag of utility libraries published by Google as
open source, including among other things the Google collections libraries.

This code is built as a static library.