it.geosolutions.tools.commons.check
Class Objects
java.lang.Object
it.geosolutions.tools.commons.check.Objects
public final class Objects
- extends Object
|
Method Summary |
static void |
notNull(Object... oList)
Checks if the input is not null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Objects
public Objects()
notNull
public static void notNull(Object... oList)
- Checks if the input is not null.
- Parameters:
oList - list of elements to check for null.
Copyright © 2011-2012 GeoSolutions. All Rights Reserved.