Home
last modified time | relevance | path

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

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