com.kuka.common
Class AlphanumericSorter

java.lang.Object
  extended by 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.

Constructor Summary
AlphanumericSorter()
           
 
Method Summary
 int compare(String firstString, String secondString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AlphanumericSorter

public AlphanumericSorter()
Method Detail

compare

public int compare(String firstString,
                   String secondString)
Specified by:
compare in interface Comparator<String>


Copyright © 2019. All rights reserved.