public interface CollatorComparable<T>
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Collator collator,
T o)
Compares natural ordering of this instance to another.
|
int compare(Collator collator, T o)
Comparable interface but indicates ordering locale dependend by
means of a Collator.collator - a collator used to compare. If null a
collator is created dependend on the default locale.o - the object to compared.CollatorCopyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.