Class EventArray
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.EventArray
-
public class EventArray extends java.lang.Object
An array of events sharing a single type.
-
-
Constructor Summary
Constructors Constructor Description EventArray(IItem[] events, IType<IItem> type, java.lang.String[] typeCategory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IItem[]
getEvents()
IType<IItem>
getType()
java.lang.String[]
getTypeCategory()
-