Uses of Class
com.twelfthmile.yuga.types.Pair
-
Packages that use Pair Package Description com.twelfthmile.yuga com.twelfthmile.yuga.classifierYuga com.twelfthmile.yuga.utils -
-
Uses of Pair in com.twelfthmile.yuga
Methods in com.twelfthmile.yuga that return Pair Modifier and Type Method Description static Pair<Integer,String>Yuga. checkTypes(String type, String word)static Pair<Integer,Date>Yuga. parseDate(String str)Returns Pair of index upto which date was read and the date objectstatic Pair<Integer,Date>Yuga. parseDate(String str, Map<String,String> config)Returns Pair of index upto which date was read and the date object -
Uses of Pair in com.twelfthmile.yuga.classifierYuga
Methods in com.twelfthmile.yuga.classifierYuga that return Pair Modifier and Type Method Description static Pair<Integer,String>StateMachines. checkForId(String str, int startIndex)static Pair<Integer,String>StateMachines. checkForURL(String str)static Pair<Integer,String>StateMachines. linkParse(String str, int indRead)static Pair<Integer,String>StateMachines. reCheckForAccount(String str) -
Uses of Pair in com.twelfthmile.yuga.utils
Methods in com.twelfthmile.yuga.utils that return Pair Modifier and Type Method Description static Pair<Integer,String>Util. checkNonEngMonth(int i, String word, String type)static Pair<Integer,String>Util. checkTypes(RootTrie root, String type, String word)
-