Home | History | Annotate | Download | only in guava
      1 URL: http://code.google.com/p/guava-libraries/source/checkout
      2 Version: v18.0
      3 License: Apache 2
      4 Description: "Guava: Google Core Libraries for Java 1.7"
      5 
      6 Local Modifications:
      7    Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)FieldUpdater classes
      8    Remove usages of Unsafe in UnsignedBytes.java and use standard Java
      9    Add Closeables.closeQuietly(Closeable) back in temporarily until all usages are removed
     10 
     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.
     13 
     14 This code is built as a static library.
     15