Uses of Class
com.twelfthmile.yuga.types.Pair
-
Packages that use Pair Package Description com.twelfthmile.yuga 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.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)
-