Uses of Class
org.openjdk.jmc.common.collection.SimpleArray
-
Packages that use SimpleArray Package Description org.openjdk.jmc.common.util org.openjdk.jmc.flightrecorder.internal.parser org.openjdk.jmc.flightrecorder.stacktrace -
-
Uses of SimpleArray in org.openjdk.jmc.common.util
Fields in org.openjdk.jmc.common.util declared as SimpleArray Modifier and Type Field Description private SimpleArray<T>
SortedHead. tail
Methods in org.openjdk.jmc.common.util with parameters of type SimpleArray Modifier and Type Method Description static <T> void
SortedHead. addSorted(java.util.Iterator<? extends T> sourceIterator, T[] fullHead, SimpleArray<T> tail, java.util.Comparator<? super T> comparator)
Convenience method for sorting items into a head of fixed size and a growable tail.Constructors in org.openjdk.jmc.common.util with parameters of type SimpleArray Constructor Description SortedHead(T[] head, SimpleArray<T> tail, java.util.Comparator<? super T> comparator)
-
Uses of SimpleArray in org.openjdk.jmc.flightrecorder.internal.parser
Fields in org.openjdk.jmc.flightrecorder.internal.parser with type parameters of type SimpleArray Modifier and Type Field Description private java.util.List<SimpleArray<IItem>>
RepositoryBuilder.InstantEventTypeEntry. eventsLanes
Methods in org.openjdk.jmc.flightrecorder.internal.parser that return SimpleArray Modifier and Type Method Description private SimpleArray<IItem>
RepositoryBuilder.InstantEventTypeEntry. createLane()
-
Uses of SimpleArray in org.openjdk.jmc.flightrecorder.stacktrace
Fields in org.openjdk.jmc.flightrecorder.stacktrace declared as SimpleArray Modifier and Type Field Description private SimpleArray<IItem>
StacktraceFrame. items
(package private) SimpleArray<IItem>
StacktraceModel.FrameEntry. items
Methods in org.openjdk.jmc.flightrecorder.stacktrace that return SimpleArray Modifier and Type Method Description SimpleArray<IItem>
StacktraceFrame. getItems()
Methods in org.openjdk.jmc.flightrecorder.stacktrace with parameters of type SimpleArray Modifier and Type Method Description private static StacktraceModel.FrameEntry
StacktraceModel. findEntryForFrame(SimpleArray<StacktraceModel.FrameEntry> entries, IMCFrame frame, FrameSeparator frameSeparator)
Find or create a matching FrameEntry for a frame.Constructors in org.openjdk.jmc.flightrecorder.stacktrace with parameters of type SimpleArray Constructor Description Branch(StacktraceModel.Fork parent, SimpleArray<IItem> items, IMCFrame frame, int siblingIndex, int itemOffsetInFork)
StacktraceFrame(SimpleArray<IItem> items, IMCFrame frame, StacktraceModel.Branch branch, int indexInBranch)
-