Class BaseAttributeMap.EntryImpl

java.lang.Object
com.webmethods.caf.faces.context.BaseAttributeMap.EntryImpl
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
BaseAttributeMap<K,V>

protected class BaseAttributeMap.EntryImpl extends Object implements Map.Entry<K,V>
  • Field Details

    • m_key

      protected K m_key
    • m_value

      protected V m_value
  • Constructor Details

    • EntryImpl

      public EntryImpl()
    • EntryImpl

      public EntryImpl(K key)
    • EntryImpl

      public EntryImpl(K key, V value)
  • Method Details