Module org.apache.lucene.core
Package org.apache.lucene.util
Class CharsRef.UTF16SortedAsUTF8Comparator
java.lang.Object
org.apache.lucene.util.CharsRef.UTF16SortedAsUTF8Comparator
- All Implemented Interfaces:
Comparator<CharsRef>
- Enclosing class:
- CharsRef
@Deprecated
private static class CharsRef.UTF16SortedAsUTF8Comparator
extends Object
implements Comparator<CharsRef>
Deprecated.
This comparator is only a transition mechanism
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
UTF16SortedAsUTF8Comparator
private UTF16SortedAsUTF8Comparator()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator<CharsRef>
-