Question ahead: why does in Java the call coll.contains(null) fail for ImmutableCollections?
coll.contains(null)
I know, that immutable collections cannot contain null-elements,