Searched defs:allowNulls (Results 1 – 1 of 1) sorted by relevance
45 private final boolean allowNulls; field in MinimalCollection48 MinimalCollection(Class<? super E> type, boolean allowNulls, E... contents) { in MinimalCollection()