public class StubMapImpl<T> extends ConcurrentHashMap<String,T> implements StubMap<T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StubMapImpl(StubHolder.StubCreator<T> stubCreator) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(Object key) |
boolean |
removeStubHolder(String portletId,
T stub) |
clear, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringputIfAbsent, remove, replace, replacepublic StubMapImpl(StubHolder.StubCreator<T> stubCreator)