Package org.apache.felix.utils.service
Class BaseManagedServiceFactory.Pair<U,V>
- java.lang.Object
-
- org.apache.felix.utils.service.BaseManagedServiceFactory.Pair<U,V>
-
- Enclosing class:
- BaseManagedServiceFactory<T>
static class BaseManagedServiceFactory.Pair<U,V> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description U
getFirst()
V
getSecond()
void
setFirst(U first)
void
setSecond(V second)
-