Uses of Package
org.troy.capstone.data_structures
Packages that use org.troy.capstone.data_structures
Package
Description
-
Classes in org.troy.capstone.data_structures used by org.troy.capstone.data_structuresClassDescriptionPrivate inner class representing a node in the linked list.Inner class to represent an edge in the graph.
-
Classes in org.troy.capstone.data_structures used by org.troy.capstone.managersClassDescription
RecentlyViewedQueueis a queue to manage recently viewed items, with a fixed capacity.Graph data structure to represent similar items. -
Classes in org.troy.capstone.data_structures used by org.troy.capstone.search_engineClassDescriptionA data
TreeMapholding keys of prices and values of item indices, allowing for efficient retrieval of items within a specified price range. -
Classes in org.troy.capstone.data_structures used by org.troy.capstone.ui_components.items.searchedClassDescriptionThe
SearchedItemsLinkedListclass represents a custom linked list data structure that organizes search results into pages.