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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT;
56 @MapFeature.Require(SUPPORTS_PUT)
62 @MapFeature.Require(absent = SUPPORTS_PUT)
73 @MapFeature.Require(absent = SUPPORTS_PUT)
84 @MapFeature.Require(absent = SUPPORTS_PUT)
95 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
101 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
114 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
126 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
132 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 46 SUPPORTS_PUT,
58 SUPPORTS_PUT,

Completed in 136 milliseconds