public static class NullCheckingUtil.NullCheckResult
extends java.lang.Object
NullCheckingUtil.findNull(Object...).NullCheckingUtil.findNull(Object...)| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Returns the number of parameters given to
NullCheckingUtil.findNull(Object...) |
boolean |
hasNull()
Returns true if some parameters given to
NullCheckingUtil.findNull(Object...) were null. |
boolean |
isNull(int i)
Returns true if the i th parameter given to
NullCheckingUtil.findNull(Object...) was null. |
public boolean hasNull()
NullCheckingUtil.findNull(Object...) were null.NullCheckingUtil.findNull(Object...) were null.NullCheckingUtil.findNull(Object...)public int getSize()
NullCheckingUtil.findNull(Object...)NullCheckingUtil.findNull(Object...)NullCheckingUtil.findNull(Object...)public boolean isNull(int i)
NullCheckingUtil.findNull(Object...) was null.i - the rank of the parameter given to NullCheckingUtil.findNull(Object...).NullCheckingUtil.findNull(Object...) was null.