public class SimpleMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleMap.Filter |
| Constructor and Description |
|---|
SimpleMap() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String key) |
protected List<ContextLifecycle> |
getAddedContextLifecycles() |
Iterator<Map.Entry<String,Entry>> |
iterator(SimpleMap.Filter filter,
PropagationMode mode) |
protected void |
prepareToPropagate() |
<T> T |
put(String key,
Entry entry) |
<T> T |
remove(String key) |
protected void prepareToPropagate()
protected List<ContextLifecycle> getAddedContextLifecycles()
public <T> T get(String key)
public <T> T remove(String key)
public Iterator<Map.Entry<String,Entry>> iterator(SimpleMap.Filter filter, PropagationMode mode)
Copyright © 2017. All rights reserved.