import java.util.*; class A { void foo() { List list = Collections.singletonList(null); Set set = Collections.singleton(null); } }