Package de.hybris.platform.jalo
Interface ContextMap<KEY,VALUE>
- All Superinterfaces:
Map<KEY,VALUE>
This context interface has two different implementations,
GlobalContextMap-
LocalContextMap
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
REMOVED
-
NULL
-
INITIAL_CAPACITY
static final int INITIAL_CAPACITY- See Also:
-
CONCURRENCY_LEVEL_LOCAL
static final int CONCURRENCY_LEVEL_LOCAL- See Also:
-
CONCURRENCY_LEVEL_GLOBAL
static final int CONCURRENCY_LEVEL_GLOBAL- See Also:
-
-
Method Details
-
isAttributeHoldingItems
-
getAttributesContainingItems
-
keys
Enumeration<KEY> keys() -
putNoItemCheck
-