Uses of Interface
org.openjdk.jmc.flightrecorder.IParserStats.IEventStats
-
Packages that use IParserStats.IEventStats Package Description org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.internal.parser -
-
Uses of IParserStats.IEventStats in org.openjdk.jmc.flightrecorder
Method parameters in org.openjdk.jmc.flightrecorder with type arguments of type IParserStats.IEventStats Modifier and Type Method Description voidIParserStats. forEachEventType(java.util.function.Consumer<IParserStats.IEventStats> consumer) -
Uses of IParserStats.IEventStats in org.openjdk.jmc.flightrecorder.internal.parser
Method parameters in org.openjdk.jmc.flightrecorder.internal.parser with type arguments of type IParserStats.IEventStats Modifier and Type Method Description voidParserStats. forEachEventType(java.util.function.Consumer<IParserStats.IEventStats> consumer)
-