/**
* Copied from Guava. Guava is big and sucks to proguard. The files here are straight copies with the
* following changes:
*
* <ol>
* <li>{@code @Beta} annotations have been removed</li>
* <li>{@code @GwtCompatible} annotations have been removed</li>
* <li>{@code javax.annotation.Nullable} has been removed</li>
* </ol>
*
* The original package name was com.google.common.base
*
* These files are form version 18.0 of Guava.
*/
package com.guava.common.base;