Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 1 | URL: http://code.google.com/p/guava-libraries/source/checkout |
Bjorn Bringert | 1d580d0 | 2012-05-07 16:50:46 +0100 | [diff] [blame] | 2 | Version: v11.0.2 |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 3 | License: Apache 2 |
Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 4 | Description: "Guava: Google Core Libraries for Java 1.5" |
Dan Egnor | ca9d5e7 | 2010-03-09 09:18:44 -0800 | [diff] [blame] | 5 | |
Bjorn Bringert | 1d580d0 | 2012-05-07 16:50:46 +0100 | [diff] [blame] | 6 | Local Modifications: |
| 7 | Commented out use of the non-public sun.misc.Unsafe |
| 8 | from guava/src/com/google/common/primitives/UnsignedBytes.java |
| 9 | Look for "BEGIN/END android-changed" markers. |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 10 | |
Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 11 | Guava-libraries are a grab bag of utility libraries published by Google as |
| 12 | open source, including among other things the Google collections libraries. |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 13 | |
Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 14 | This code is built as a static library. |