org.pentaho.di.core.util
Class Utils

java.lang.Object
  extended by org.pentaho.di.core.util.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static int getDamerauLevenshteinDistance(String s, String t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getDamerauLevenshteinDistance

public static int getDamerauLevenshteinDistance(String s,
                                                String t)