public final class $Gson$Preconditions extends Object
public long divideBy(long value) {
Preconditions.checkArgument(value != 0);
return this.value / value;
}
| Constructor and Description |
|---|
$Gson$Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgument(boolean condition) |
static <T> T |
checkNotNull(T obj) |
Copyright © 2015. All rights reserved.