OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowsNullValues
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java
64
protected final boolean
allowsNullValues
;
115
boolean
allowsNullValues
,
119
this(allowsNullKeys,
allowsNullValues
, supportsPut, supportsRemove,
128
boolean
allowsNullValues
,
137
this.
allowsNullValues
=
allowsNullValues
;
208
assertTrue(
allowsNullValues
|| (value != null));
332
if (
allowsNullValues
) {
455
assertFalse(allowsNullKeys &&
allowsNullValues
);
969
if (
allowsNullValues
) {
[
all
...]
/external/guice/lib/build/
guava-testlib-16.0.1.jar
Completed in 500 milliseconds