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