org.javimmutable.collections.common
Class Conditions

java.lang.Object
  extended by org.javimmutable.collections.common.Conditions

public final class Conditions
extends Object

Utility class containing static methods for implementing pre and post conditions.


Method Summary
static void stopNull(Object a)
           
static void stopNull(Object a, Object b)
           
static void stopNull(Object a, Object b, Object c)
           
static void stopNull(Object a, Object b, Object c, Object d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stopNull

public static void stopNull(Object a)

stopNull

public static void stopNull(Object a,
                            Object b)

stopNull

public static void stopNull(Object a,
                            Object b,
                            Object c)

stopNull

public static void stopNull(Object a,
                            Object b,
                            Object c,
                            Object d)


Copyright © 2014 Burton Computer Corporation. All rights reserved.