Uses of Interface
org.adoptopenjdk.jitwatch.toplist.ITopListScore
-
Packages that use ITopListScore Package Description org.adoptopenjdk.jitwatch.toplist org.adoptopenjdk.jitwatch.ui.toplist -
-
Uses of ITopListScore in org.adoptopenjdk.jitwatch.toplist
Classes in org.adoptopenjdk.jitwatch.toplist that implement ITopListScore Modifier and Type Class Description classMemberScoreclassStringTopListScoreFields in org.adoptopenjdk.jitwatch.toplist with type parameters of type ITopListScore Modifier and Type Field Description protected java.util.List<ITopListScore>AbstractTopListVisitable. topListMethods in org.adoptopenjdk.jitwatch.toplist that return types with arguments of type ITopListScore Modifier and Type Method Description java.util.List<ITopListScore>AbstractTopListVisitable. buildTopList()java.util.List<ITopListScore>ITopListVisitable. buildTopList() -
Uses of ITopListScore in org.adoptopenjdk.jitwatch.ui.toplist
Fields in org.adoptopenjdk.jitwatch.ui.toplist with type parameters of type ITopListScore Modifier and Type Field Description private javafx.scene.control.TableView<ITopListScore>TopListStage. tableViewprivate javafx.collections.ObservableList<ITopListScore>TopListStage. topListMethods in org.adoptopenjdk.jitwatch.ui.toplist with parameters of type ITopListScore Modifier and Type Method Description private booleanTopListStage. isInstanceOfMemberScore(ITopListScore newVal)private booleanTopListStage. itIsNull(ITopListScore newVal)
-