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

Example usage for Java com.google.common.collect.testing.features CollectionFeature 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 CollectionFeature.

The text is from its open source code.

Field

CollectionFeatureALLOWS_NULL_VALUES
CollectionFeatureSUPPORTS_ADD
CollectionFeatureSUPPORTS_REMOVE
CollectionFeatureSUPPORTS_ITERATOR_REMOVE
CollectionFeatureFAILS_FAST_ON_CONCURRENT_MODIFICATION
CollectionFeatureGENERAL_PURPOSE
Features supported by general-purpose collections - everything but #RESTRICTS_ELEMENTS .