Java com.google.common.collect.testing.features MapFeature fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect.testing.features MapFeature fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect.testing.features MapFeature.

The text is from its open source code.

Field

MapFeatureALLOWS_NULL_KEYS
MapFeatureALLOWS_NULL_VALUES
MapFeatureALLOWS_NULL_ENTRY_QUERIES
The map does not throw NullPointerException on calls such as entrySet().contains(null) or entrySet().remove(null)
MapFeatureSUPPORTS_PUT
MapFeatureSUPPORTS_REMOVE
MapFeatureFAILS_FAST_ON_CONCURRENT_MODIFICATION
MapFeatureGENERAL_PURPOSE