Package io.perfmark.tracewriter
Class TraceEvent.TagMap
- Enclosing class:
TraceEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final TraceEvent.TagMapprivate final List<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentrySet()(package private) TraceEvent.TagMaptagName isNullable(package private) TraceEvent.TagMaptagName isNullable(package private) TraceEvent.TagMapwithUnkeyed(String tagName, long tagId) tagName isNullableMethods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
EMPTY
-
keyedValues
-
unkeyedValues
-
-
Constructor Details
-
TagMap
-
-
Method Details