Package io.aether.logger
Class LNode.NodeMap
- java.lang.Object
-
- io.aether.logger.LNode
-
- io.aether.logger.LNode.NodeMap
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.aether.logger.LNode
LNode.NodeMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()voidforeach(java.util.Set<java.lang.String> exclude, ABiConsumer<java.lang.String,java.lang.Object> c)java.lang.Objectget(java.lang.String key)protected java.lang.Objectget(java.lang.String key, java.util.Set<LNode> old)voidset(java.lang.String key, java.lang.Object val)-
Methods inherited from class io.aether.logger.LNode
check, checkSystemComponent, contains, getCast, getException, getLevel, getMessage, getMessage, getMsg, getSystemComponent, isDebug, isEmpty, isError, isInfo, isTrace, isWarn, messageContains, msgContains, of, of, of2, of2, ofMap, ofMap, ofMulti, ofMulti, printMessage, toMap, toString
-
-
-
-
Method Detail
-
foreach
public void foreach(java.util.Set<java.lang.String> exclude, ABiConsumer<java.lang.String,java.lang.Object> c)
-
get
protected java.lang.Object get(java.lang.String key, java.util.Set<LNode> old)
-
-