I have a class A.
static class A { /** true if any null value is seen in the input, null values are to be ignored */ boolean isNull = false; }