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, wait
forEach, get, getOrDefault, getOrEmpty, isEmpty
public DelegatingContextView(ContextView delegate)
public <T> T get(Object key)
get
in interface ContextView
public boolean hasKey(Object key)
hasKey
in interface ContextView
public int size()
size
in interface ContextView
public Stream<Map.Entry<Object,Object>> stream()
stream
in interface ContextView
Copyright © 2024. All rights reserved.