public final class $Gson$Preconditions extends Object
public long divideBy(long value) { Preconditions.checkArgument(value != 0); return this.value / value; }
static void
checkArgument(boolean condition)
static <T> T
checkNotNull(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T checkNotNull(T obj)
public static void checkArgument(boolean condition)