Class DictionaryAsMap.KeyEntry

java.lang.Object
org.apache.felix.utils.collections.DictionaryAsMap.KeyEntry
All Implemented Interfaces:
Map.Entry<U,V>
Enclosing class:
DictionaryAsMap<U,V>

class DictionaryAsMap.KeyEntry extends Object implements Map.Entry<U,V>
  • Field Details

    • key

      private final U key
  • Constructor Details

    • KeyEntry

      KeyEntry(U key)
  • Method Details