Class CharsRef.UTF16SortedAsUTF8Comparator

  • All Implemented Interfaces:
    java.util.Comparator<CharsRef>
    Enclosing class:
    CharsRef

    @Deprecated
    private static class CharsRef.UTF16SortedAsUTF8Comparator
    extends java.lang.Object
    implements java.util.Comparator<CharsRef>
    Deprecated.
    This comparator is only a transition mechanism
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int compare​(CharsRef a, CharsRef b)
      Deprecated.
       
      • 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • UTF16SortedAsUTF8Comparator

        private UTF16SortedAsUTF8Comparator()
        Deprecated.
    • Method Detail

      • compare

        public int compare​(CharsRef a,
                           CharsRef b)
        Deprecated.
        Specified by:
        compare in interface java.util.Comparator<CharsRef>