クラス MdcAdapter
java.lang.Object
org.iplass.mtp.impl.logging.MdcAdapter
-
ネストされたクラスの概要
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
コンストラクタの詳細
-
MdcAdapter
MdcAdapter()
-
-
メソッドの詳細
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- 定義:
containsKeyインタフェース内Map<String,String>
-
containsValue
- 定義:
containsValueインタフェース内Map<String,String>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-