Uses of Class
org.openl.rules.helpers.StringRange
-
Packages that use StringRange Package Description org.openl.rules.convertor org.openl.rules.dt.type org.openl.rules.helpers -
-
Uses of StringRange in org.openl.rules.convertor
Methods in org.openl.rules.convertor that return StringRange Modifier and Type Method Description StringRangeString2StringRangeConvertor. parse(String data, String format) -
Uses of StringRange in org.openl.rules.dt.type
Methods in org.openl.rules.dt.type that return types with arguments of type StringRange Modifier and Type Method Description static IRangeAdaptor<StringRange,NumericComparableString>StringRangeAdaptor. getInstance()Methods in org.openl.rules.dt.type with parameters of type StringRange Modifier and Type Method Description NumericComparableStringStringRangeAdaptor. getMax(StringRange range)NumericComparableStringStringRangeAdaptor. getMin(StringRange range) -
Uses of StringRange in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return StringRange Modifier and Type Method Description static StringRangeStringRange. autocast(String x, StringRange y)static StringRangeStringRange. cast(char[] x, StringRange y)Methods in org.openl.rules.helpers with parameters of type StringRange Modifier and Type Method Description static StringRangeStringRange. autocast(String x, StringRange y)static StringRangeStringRange. cast(char[] x, StringRange y)static booleanRulesUtils. contains(StringRange[] array, CharSequence elem)static booleanRulesUtils. contains(StringRange[] ary1, CharSequence[] ary2)static booleanRulesUtils. contains(StringRange[] array, String elem)static booleanRulesUtils. contains(StringRange[] ary1, String[] ary2)static booleanRulesUtils. contains(StringRange range, String x)static intStringRange. distance(char[] x, StringRange y)static intStringRange. distance(String x, StringRange y)
-