Uses of Package
tk.airshipcraft.commonlib.utils.search
Packages that use tk.airshipcraft.commonlib.utils.search
Package
Description
The
tk.airshipcraft.commonlib.utils.search
package contains implementations
of various string search and distance algorithms.-
Classes in tk.airshipcraft.commonlib.utils.search used by tk.airshipcraft.commonlib.utils.searchClassDescriptionEnumerates available string distance algorithms which can be used to compare similarity or dissimilarity between two strings.An interface for string distance algorithms that calculate the difference between two byte arrays.Implements a trie (prefix tree) data structure that provides fast retrieval of strings based on their prefixes.