JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package com.sk89q.worldedit.util.function
package
com.sk89q.worldedit.util.function
Interface Summary
Interface
Description
IOFunction
<T,R>
I/O function type.
IORunnable
I/O runnable type.
Class Summary
Class
Description
LevenshteinDistance
Provides a Levenshtein distance between a given string and each string that this function is applied to.