public class DelegatingContextView extends Object implements ContextView
ContextView implementation that delegates to the given ContextView in constructor.| Constructor and Description |
|---|
DelegatingContextView(ContextView delegate) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Object key) |
boolean |
hasKey(Object key) |
int |
size() |
Stream<Map.Entry<Object,Object>> |
stream() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, get, getOrDefault, getOrEmpty, isEmptypublic DelegatingContextView(ContextView delegate)
public <T> T get(Object key)
get in interface ContextViewpublic boolean hasKey(Object key)
hasKey in interface ContextViewpublic int size()
size in interface ContextViewpublic Stream<Map.Entry<Object,Object>> stream()
stream in interface ContextViewCopyright © 2025. All rights reserved.