public final class Preconditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable> |
checkLessThan(T actualValue,
T upperBorder) |
static <T> T |
checkNotNull(T obj) |
public static <T> T checkNotNull(T obj)
public static <T extends Comparable> T checkLessThan(T actualValue, T upperBorder)
Copyright © 2015. All rights reserved.