Interface InterfaceWithTwoTypes<V,T>
-
- All Known Implementing Classes:
AbstractComplexFactory
,ConcreteComplexFactory
,MiddleComplexFactory
@Contract public interface InterfaceWithTwoTypes<V,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
two(V v)
-