OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supportsput
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
ConcurrentMapInterfaceTest.java
38
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
) {
[
all
...]
MapInterfaceTest.java
59
protected final boolean
supportsPut
;
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
) {
[
all
...]
SortedMapInterfaceTest.java
57
boolean allowsNullValues, boolean
supportsPut
, boolean supportsRemove,
59
super(allowsNullKeys, allowsNullValues,
supportsPut
, supportsRemove,
309
if (map.size() < 2 || !
supportsPut
) {
/external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java
46
boolean
supportsPut
,
49
super(allowsNullKeys, allowsNullValues,
supportsPut
, supportsRemove,
TableCollectionTest.java
704
MapTests(boolean allowsNullValues, boolean
supportsPut
, boolean supportsRemove,
706
super(false, allowsNullValues,
supportsPut
, supportsRemove, supportsClear,
720
RowTests(boolean allowsNullValues, boolean
supportsPut
, boolean supportsRemove,
722
super(allowsNullValues,
supportsPut
, supportsRemove, supportsClear,
[
all
...]
MapsTransformValuesUnmodifiableIteratorTest.java
43
super(true, true, false /*
supportsPut
*/, true, true, false);
Completed in 193 milliseconds