Serialized Form
-
Package org.troy.capstone.data_structures
-
Class org.troy.capstone.data_structures.PriceTree
-
Class org.troy.capstone.data_structures.RecentlyViewedQueue
-
Serialized Fields
-
itemIds
ArrayBlockingQueue<String> itemIds
Queue to keep track of item IDs for quick lookup and to prevent duplicates. Faster than usingSearchedItemPaneldirectly since a lot of work is done to create a panel before checking. -
itemRepo
ItemRepo itemRepo
Repository to retrieve item details based on item IDs, used to create SearchedItemPanel instances when adding items to the queue.
-
-
-
-
Package org.troy.capstone.data_structures.item_table