Package org.apache.felix.resolver.util
Class ArrayMap.FastEntry<K,V>
- java.lang.Object
-
- org.apache.felix.resolver.util.ArrayMap.FastEntry<K,V>
-
-
Constructor Summary
Constructors Constructor Description FastEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-