Class SectionTracker
java.lang.Object
dev.engine_room.flywheel.impl.visualization.storage.SectionTracker
- All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector
public class SectionTracker
extends Object
implements dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(Runnable listener) @Unmodifiable it.unimi.dsi.fastutil.longs.LongSetsections()voidsections(it.unimi.dsi.fastutil.longs.LongSet sections)
-
Constructor Details
-
SectionTracker
public SectionTracker()
-
-
Method Details
-
sections
public @Unmodifiable it.unimi.dsi.fastutil.longs.LongSet sections() -
sections
public void sections(it.unimi.dsi.fastutil.longs.LongSet sections) - Specified by:
sectionsin interfacedev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector
-
addListener
-