Interface ContextMap<KEY,VALUE>

All Superinterfaces:
Map<KEY,VALUE>

public interface ContextMap<KEY,VALUE> extends Map<KEY,VALUE>
This context interface has two different implementations,
  • GlobalContextMap
  • LocalContextMap
  • Field Details

  • Method Details

    • isAttributeHoldingItems

      boolean isAttributeHoldingItems(Object key)
    • getAttributesContainingItems

      Set<KEY> getAttributesContainingItems()
    • keys

      Enumeration<KEY> keys()
    • putNoItemCheck

      VALUE putNoItemCheck(KEY key, VALUE value)