Searched refs:EMPTY_LIST_NULLS (Results 1 – 1 of 1) sorted by relevance
101 static final ListN<?> EMPTY_LIST_NULLS = new ListN<>(new Object[0], true); field in ImmutableCollections250 return (List<E>) EMPTY_LIST_NULLS; in listFromTrustedArrayNullsAllowed()