Class ListFinder
java.lang.Object
ListFinder
Exports a list of inputted items with the best teleport locations.
Works by grouping together teleports in the list.
Used on its own.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a search key to global listcalledItems
to return using findItem.essentialFindAllClosestAsMap.void
Bulk call several items (Mainly used for testing)void
Clears all internal containers.void
Delete an item previously searched for.toString()
-
Constructor Details
-
ListFinder
public ListFinder()
-
-
Method Details
-
toString
-
addItem
Adds a search key to global listcalledItems
to return using findItem.essentialFindAllClosestAsMap.- Parameters:
searchKey
- item user is looking for. WIll be queued up to find.- See Also:
-
addItem
Bulk call several items (Mainly used for testing)- Parameters:
items
- Array input of items a user is looking for
-
clearQueries
public void clearQueries()Clears all internal containers. -
deleteElement
public void deleteElement()Delete an item previously searched for.
-