Uses of Annotation Interface
org.troy.capstone.annotations.Generated
Packages that use Generated
Package
Description
-
Uses of Generated in org.troy.capstone.data_structures
Methods in org.troy.capstone.data_structures with annotations of type Generated -
Uses of Generated in org.troy.capstone.search_engine.sorting
Methods in org.troy.capstone.search_engine.sorting with annotations of type GeneratedModifier and TypeMethodDescriptionstatic voidInsertionSort.insertionSort(List<Row> rows, RowComparator comparator, LongWrapper time) Deprecated.This method is useful for analyzing the time taken, but is not used in main program execution.static voidQuickSort.quickSort(List<Row> rows, RowComparator comparator, LongWrapper time) Deprecated.This is useful for analyzing the time taken, but it is not part of the main program execution. -
Uses of Generated in org.troy.capstone.ui_components.items
Methods in org.troy.capstone.ui_components.items with annotations of type GeneratedModifier and TypeMethodDescriptionvoidAttributedItemContainer.stopLoadingImage()Stops the asynchronous loading of the image in thisAttributedItemContainer. -
Uses of Generated in org.troy.capstone.utils
Methods in org.troy.capstone.utils with annotations of type GeneratedModifier and TypeMethodDescriptionstatic voidWrites the cleaned data CSV file.Constructors in org.troy.capstone.utils with annotations of type GeneratedModifierConstructorDescriptionprivateOnly exists to prevent Jacoco from complaining about the default constructor not being tested.privateUIUtils()Only exists to prevent Jacoco from complaining about the default constructor not being tested.