|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.Language
public static class ConfigurationEngineDefaults.Language
Language settings in the engine are for string comparisons.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.Language()
Ctor. |
Method Summary | |
---|---|
boolean |
isSortUsingCollator()
Returns true to indicate to perform locale-independent string comparisons using Collator. |
void |
setSortUsingCollator(boolean sortUsingCollator)
Set to true to indicate to perform locale-independent string comparisons using Collator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.Language()
Method Detail |
---|
public boolean isSortUsingCollator()
By default this setting is false, i.e. string comparisons use the compare method.
public void setSortUsingCollator(boolean sortUsingCollator)
Set to false to perform string comparisons via the compare method (the default).
sortUsingCollator
- indicator whether to use Collator for string comparisons
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |