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