Package org.apache.felix.scr.impl.inject
Class ValueUtils.MapEntryImpl
java.lang.Object
org.apache.felix.scr.impl.inject.ValueUtils.MapEntryImpl
- All Implemented Interfaces:
Comparable<Map.Entry<?,
,?>> Map.Entry
- Enclosing class:
ValueUtils
private static final class ValueUtils.MapEntryImpl
extends Object
implements Map.Entry, Comparable<Map.Entry<?,?>>
Comparable map entry using the service reference to compare.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapEntryImpl
(Object key, Object value, org.osgi.framework.ServiceReference<?> ref) -
Method Summary
-
Field Details
-
key
-
value
-
ref
private final org.osgi.framework.ServiceReference<?> ref
-
-
Constructor Details
-
MapEntryImpl
-
-
Method Details