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, values
clone, equals, hashCode, toString
putIfAbsent, remove, replace, replace
public StubMapImpl(StubHolder.StubCreator<T> stubCreator)