joptsimple.internal
Class Objects

java.lang.Object
  extended by joptsimple.internal.Objects

public final class Objects
extends Object

Author:
Paul Holser

Method Summary
static void ensureNotNull(Object target)
          Rejects null references.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ensureNotNull

public static void ensureNotNull(Object target)
Rejects null references.

Parameters:
target - reference to check
Throws:
NullPointerException - if target is null


Copyright © 2011. All Rights Reserved.