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