public interface SessionMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
void |
addMetaData(String key,
String value) |
void |
clearMetaData() |
Map<String,String> |
getMetaData() |
void |
shouldContainKey(K key) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2021. All rights reserved.