com.google.common.collect.testing.features
Interface Feature<T>

Type Parameters:
T - The interface whose features are to be enumerated.
All Known Implementing Classes:
CollectionFeature, CollectionSize, ListFeature, MapFeature, SetFeature

public interface Feature<T>

Base class for enumerating the features of an interface to be tested.

This class is GWT compatible.

Author:
George van den Driessche

Method Summary
 Set<Feature<? super T>> getImpliedFeatures()
          Returns the set of features that are implied by this feature.
 

Method Detail

getImpliedFeatures

Set<Feature<? super T>> getImpliedFeatures()
Returns the set of features that are implied by this feature.



Copyright © 2010-2011. All Rights Reserved.