Uses of Class
org.openl.rules.helpers.CharRange
-
Packages that use CharRange Package Description org.openl.rules.convertor org.openl.rules.dt.type org.openl.rules.helpers -
-
Uses of CharRange in org.openl.rules.convertor
Methods in org.openl.rules.convertor that return CharRange Modifier and Type Method Description CharRangeString2CharRangeConvertor. parse(String data, String format) -
Uses of CharRange in org.openl.rules.dt.type
Methods in org.openl.rules.dt.type that return types with arguments of type CharRange Modifier and Type Method Description static IRangeAdaptor<CharRange,Character>CharRangeAdaptor. getInstance()Methods in org.openl.rules.dt.type with parameters of type CharRange Modifier and Type Method Description CharacterCharRangeAdaptor. getMax(CharRange range)CharacterCharRangeAdaptor. getMin(CharRange range) -
Uses of CharRange in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return CharRange Modifier and Type Method Description static CharRangeCharRange. autocast(char x, CharRange y)Methods in org.openl.rules.helpers with parameters of type CharRange Modifier and Type Method Description static CharRangeCharRange. autocast(char x, CharRange y)static booleanRulesUtils. contains(CharRange[] ary1, char[] ary2)static booleanRulesUtils. contains(CharRange[] array, Character elem)static booleanRulesUtils. contains(CharRange[] ary1, Character[] ary2)static booleanRulesUtils. contains(CharRange range, Character x)static intCharRange. distance(char x, CharRange y)
-