public interface CommonContextMap
Modifier and Type | Interface and Description |
---|---|
static class |
CommonContextMap.ContextWithMetadata |
Modifier and Type | Method and Description |
---|---|
CommonContextMap.ContextWithMetadata |
get(ResultKey resultKey) |
Set<ResultKey> |
keySet() |
void |
put(ResultKey resultKey,
CommonContextMap.ContextWithMetadata contextWithMetadata) |
boolean |
remove(ResultKey resultKey) |
int |
size() |
@Nullable CommonContextMap.ContextWithMetadata get(ResultKey resultKey)
void put(ResultKey resultKey, CommonContextMap.ContextWithMetadata contextWithMetadata)
boolean remove(ResultKey resultKey)
int size()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.