Home
last modified time | relevance | path

Searched refs:ExampleBaseInterface (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureUtilTest.java39 interface ExampleBaseInterface { interface in FeatureUtilTest
43 interface ExampleDerivedInterface extends ExampleBaseInterface {
47 enum ExampleBaseFeature implements Feature<ExampleBaseInterface> {
52 public Set<Feature<? super ExampleBaseInterface>> getImpliedFeatures() { in getImpliedFeatures()