Uses of Enum Class
tk.airshipcraft.commonlib.utils.search.SearchAlgorithm
Packages that use SearchAlgorithm
Package
Description
The
tk.airshipcraft.commonlib.utils.search package contains implementations
of various string search and distance algorithms.-
Uses of SearchAlgorithm in tk.airshipcraft.commonlib.utils.search
Fields in tk.airshipcraft.commonlib.utils.search with type parameters of type SearchAlgorithmModifier and TypeFieldDescriptionstatic final @Unmodifiable Map<String,SearchAlgorithm> SearchAlgorithm.NAMESA map of search algorithm names to their correspondingSearchAlgorithmenum constants.Methods in tk.airshipcraft.commonlib.utils.search that return SearchAlgorithmModifier and TypeMethodDescriptionstatic SearchAlgorithmReturns the enum constant of this class with the specified name.static SearchAlgorithm[]SearchAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.