org.inria.myriads.snoozecommon.guard
Class Guard

java.lang.Object
  extended by org.inria.myriads.snoozecommon.guard.Guard

public final class Guard
extends Object

Guard class.

Author:
Eugen Feller

Method Summary
static void check(Object... objects)
          Multiple objects null pointer check.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

check

public static void check(Object... objects)
Multiple objects null pointer check.

Parameters:
objects - The objects


Copyright © 2012. All Rights Reserved.