Home | History | Annotate | Download | only in testing

Lines Matching defs:allowsNullKeys

63   protected final boolean allowsNullKeys;
114 boolean allowsNullKeys,
119 this(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
127 boolean allowsNullKeys,
136 this.allowsNullKeys = allowsNullKeys;
198 assertTrue(allowsNullKeys || (key != null));
310 if (allowsNullKeys) {
403 if (!allowsNullKeys || !supportsPut) {
450 assertFalse(allowsNullKeys);
455 assertFalse(allowsNullKeys && allowsNullValues);
581 if (!allowsNullKeys || !supportsPut || !supportsRemove) {
627 assertFalse(allowsNullKeys);
968 if (allowsNullKeys) {
1072 if (allowsNullKeys) {