com.kuka.common
Class AlphanumericSorter
java.lang.Object
com.kuka.common.AlphanumericSorter
- All Implemented Interfaces:
- Comparator<String>
public class AlphanumericSorter
- extends Object
- implements Comparator<String>
Comparator for alphanumeric strings. Sorts alphanumeric strings in a natural
order.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlphanumericSorter
public AlphanumericSorter()
compare
public int compare(String firstString,
String secondString)
- Specified by:
compare in interface Comparator<String>
Copyright © 2019. All rights reserved.