Enum CollectionFeature

java.lang.Object
java.lang.Enum<CollectionFeature>
com.google.common.collect.testing.features.CollectionFeature
All Implemented Interfaces:
Feature<Collection>, Serializable, Comparable<CollectionFeature>, java.lang.constant.Constable

@GwtCompatible public enum CollectionFeature extends Enum<CollectionFeature> implements Feature<Collection>
Optional features of classes derived from Collection.
Author:
George van den Driessche