|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.foundation.ERXComparisonSupport
public class ERXComparisonSupport
Comparison support that sorts strings in a locale-savvy manner and adds support for regex in-memory matching when using qualifier strings.
Nested Class Summary | |
---|---|
protected static class |
ERXComparisonSupport.StringQualifierSupport
Support class that adds regex matching, causing it to use the correct selector String.matches(String)
instead of String.matches(Object) . |
protected static class |
ERXComparisonSupport.StringSortSupport
|
Constructor Summary | |
---|---|
ERXComparisonSupport()
|
Method Summary | |
---|---|
static void |
initialize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXComparisonSupport()
Method Detail |
---|
public static void initialize()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |