HomeSort by relevance Sort by last modified time
    Searched refs:allowsNullKeys (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 62 protected final boolean allowsNullKeys;
113 boolean allowsNullKeys,
118 this(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
126 boolean allowsNullKeys,
135 this.allowsNullKeys = allowsNullKeys;
197 assertTrue(allowsNullKeys || (key != null));
309 if (allowsNullKeys) {
402 if (!allowsNullKeys || !supportsPut) {
449 assertFalse(allowsNullKeys);
    [all...]
ConcurrentMapInterfaceTest.java 37 protected ConcurrentMapInterfaceTest(boolean allowsNullKeys,
40 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
132 if (allowsNullKeys) {
314 if (allowsNullKeys) {
471 if (allowsNullKeys) {
669 if (allowsNullKeys) {
SortedMapInterfaceTest.java 56 protected SortedMapInterfaceTest(boolean allowsNullKeys,
59 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java 44 boolean allowsNullKeys,
49 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,

Completed in 565 milliseconds