Class CollatorComparator.SortKey

java.lang.Object
de.bsvrz.sys.funclib.kappich.collections.CollatorComparator.SortKey
All Implemented Interfaces:
java.lang.Comparable<CollatorComparator.SortKey>
Enclosing class:
CollatorComparator<T>

public final class CollatorComparator.SortKey
extends java.lang.Object
implements java.lang.Comparable<CollatorComparator.SortKey>
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(CollatorComparator.SortKey o)  
    java.text.CollationKey getCollationKey()  
    T getObject()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details