Home
last modified time | relevance | path

Searched defs:allowNulls (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMinimalCollection.java45 private final boolean allowNulls; field in MinimalCollection
48 MinimalCollection(Class<? super E> type, boolean allowNulls, E... contents) { in MinimalCollection()