static ItIt singletonIteratorUnlessNull(A a) { ret a == null ? emptyItIt() : singletonIterator(a); }