HomeSort by relevance Sort by last modified time
    Searched defs:supportsPut (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 60 protected final boolean supportsPut;
116 boolean supportsPut,
119 this(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
129 boolean supportsPut,
133 this.supportsPut = supportsPut;
403 if (!allowsNullKeys || !supportsPut) {
581 if (!allowsNullKeys || !supportsPut || !supportsRemove) {
817 if (!supportsPut) {
844 if (!supportsPut) {
    [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 69 milliseconds