Searched defs:ensureNotNull (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DValidator.java37 * In particular the ensureNotNull methods provide an easy way to validate that
59 * these methods. Some micro-benchmarking has shown that ensureNotNull can be
151 public static boolean ensureNotNull(Object param) method in class:Validator
164 * It's similar to the ensureNotNull(Object) call except it provides the
183 public static boolean ensureNotNull(Object param1, Object param2) method in class:Validator
197 * It's similar to the ensureNotNull(Object) call except it provides the
217 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
233 * It's similar to the ensureNotNull(Object) call except it provides the
254 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
/forgerock/opendj2/src/server/org/opends/server/util/
H A DValidator.java36 * In particular the ensureNotNull methods provide an easy way to validate that
58 * these methods. Some micro-benchmarking has shown that ensureNotNull can be
150 public static boolean ensureNotNull(Object param) method in class:Validator
163 * It's similar to the ensureNotNull(Object) call except it provides the
182 public static boolean ensureNotNull(Object param1, Object param2) method in class:Validator
196 * It's similar to the ensureNotNull(Object) call except it provides the
216 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
232 * It's similar to the ensureNotNull(Object) call except it provides the
253 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DValidator.java37 * In particular the ensureNotNull methods provide an easy way to validate that
59 * these methods. Some micro-benchmarking has shown that ensureNotNull can be
151 public static boolean ensureNotNull(Object param) method in class:Validator
164 * It's similar to the ensureNotNull(Object) call except it provides the
183 public static boolean ensureNotNull(Object param1, Object param2) method in class:Validator
197 * It's similar to the ensureNotNull(Object) call except it provides the
217 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
233 * It's similar to the ensureNotNull(Object) call except it provides the
254 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DValidator.java37 * In particular the ensureNotNull methods provide an easy way to validate that
59 * these methods. Some micro-benchmarking has shown that ensureNotNull can be
151 public static boolean ensureNotNull(Object param) method in class:Validator
164 * It's similar to the ensureNotNull(Object) call except it provides the
183 public static boolean ensureNotNull(Object param1, Object param2) method in class:Validator
197 * It's similar to the ensureNotNull(Object) call except it provides the
217 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
233 * It's similar to the ensureNotNull(Object) call except it provides the
254 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DValidator.java36 * In particular the ensureNotNull methods provide an easy way to validate that
58 * these methods. Some micro-benchmarking has shown that ensureNotNull can be
150 public static boolean ensureNotNull(Object param) method in class:Validator
163 * It's similar to the ensureNotNull(Object) call except it provides the
182 public static boolean ensureNotNull(Object param1, Object param2) method in class:Validator
196 * It's similar to the ensureNotNull(Object) call except it provides the
216 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator
232 * It's similar to the ensureNotNull(Object) call except it provides the
253 public static boolean ensureNotNull(Object param1, Object param2, method in class:Validator

Completed in 472 milliseconds