Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
javadoc/ | 03-May-2024 | - | 135,467 | 115,471 | ||
src/com/google/common/ | 03-May-2024 | - | 47,793 | 23,884 | ||
Android.mk | D | 03-May-2024 | 1.1 KiB | 36 | 13 | |
COPYING | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
README.android | D | 03-May-2024 | 520 | 14 | 10 | |
build.xml | D | 03-May-2024 | 2 KiB | 60 | 47 | |
guava.iml | D | 03-May-2024 | 678 | 22 | 20 | |
guava.ipr | D | 03-May-2024 | 17.4 KiB | 313 | 311 |
README.android
1URL: http://code.google.com/p/guava-libraries/source/checkout 2Version: r11 3License: Apache 2 4Description: "Guava: Google Core Libraries for Java 1.5" 5 6Local Modifications: Minor hacks to compile on our Mac build machines -- 7 see src/com/google/common/collect/Immutable*.java, look for 8 "BEGIN/END android-changed" markers. 9 10Guava-libraries are a grab bag of utility libraries published by Google as 11open source, including among other things the Google collections libraries. 12 13This code is built as a static library. 14