Searched refs:supportsPut (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DConcurrentMapInterfaceTest.java38 boolean allowsNullValues, boolean supportsPut, boolean supportsRemove,
40 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
81 if (supportsPut) {
111 if (supportsPut) {
144 if (supportsPut) {
178 if (supportsPut) {
212 if (supportsPut) {
422 if (supportsPut) {
452 if (supportsPut) {
483 if (supportsPut) {
37 ConcurrentMapInterfaceTest(boolean allowsNullKeys, boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, boolean supportsClear) argument
[all...]
H A DMapInterfaceTest.java59 protected final boolean supportsPut; field in class:MapInterfaceTest
115 boolean supportsPut,
118 this(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
128 boolean supportsPut,
132 this.supportsPut = supportsPut;
402 if (!allowsNullKeys || !supportsPut) {
580 if (!allowsNullKeys || !supportsPut || !supportsRemove) {
816 if (!supportsPut) {
843 if (!supportsPut) {
112 MapInterfaceTest( boolean allowsNullKeys, boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, boolean supportsClear) argument
125 MapInterfaceTest( boolean allowsNullKeys, boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, boolean supportsClear, boolean supportsIteratorRemove) argument
[all...]
H A DSortedMapInterfaceTest.java57 boolean allowsNullValues, boolean supportsPut, boolean supportsRemove,
59 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
309 if (map.size() < 2 || !supportsPut) {
56 SortedMapInterfaceTest(boolean allowsNullKeys, boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, boolean supportsClear) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTransformValuesTest.java46 boolean supportsPut,
49 super(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
43 MapsTransformValuesTest( boolean allowsNullKeys, boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, boolean supportsClear) argument
H A DTableCollectionTest.java704 MapTests(boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, argument
706 super(false, allowsNullValues, supportsPut, supportsRemove, supportsClear,
720 RowTests(boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, argument
722 super(allowsNullValues, supportsPut, supportsRemove, supportsClear,
861 ColumnTests(boolean allowsNullValues, boolean supportsPut, boolean supportsRemove, argument
863 super(allowsNullValues, supportsPut, supportsRemove, supportsClear,

Completed in 20 milliseconds