Uses of Enum Class
org.eblocker.server.common.util.Levenshtein.Operation
Packages that use Levenshtein.Operation
-
Uses of Levenshtein.Operation in org.eblocker.server.common.util
Methods in org.eblocker.server.common.util that return Levenshtein.OperationModifier and TypeMethodDescriptionLevenshtein.DistanceMatrixEntry.getOperation()static Levenshtein.OperationReturns the enum constant of this class with the specified name.static Levenshtein.Operation[]Levenshtein.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.util with parameters of type Levenshtein.OperationModifierConstructorDescriptionDistanceMatrixEntry(int distance, Levenshtein.Operation operation, int x, int y)