public class UcaFunction extends FunctionNode
GroupingExpression
.Modifier and Type | Field and Description |
---|---|
private String |
locale |
private String |
strength |
Constructor and Description |
---|
UcaFunction(GroupingExpression exp,
String locale)
Constructs a new instance of this class.
|
UcaFunction(GroupingExpression exp,
String locale,
String strength)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocale() |
String |
getStrength() |
private boolean |
validStrength(String strength) |
asList, asList, asList, getArg, getNumArgs, iterator, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public UcaFunction(GroupingExpression exp, String locale)
exp
- The expression to evaluate.locale
- The locale to used for sorting.public UcaFunction(GroupingExpression exp, String locale, String strength)
exp
- The expression to evaluate.locale
- The locale to used for sorting.strength
- The strength level to use.Copyright © 2017. All rights reserved.