Package org.opends.server.schema
Class CaseExactEqualityMatchingRule
- java.lang.Object
-
- org.opends.legacy.DummyByteArrayComparator
-
- org.opends.server.schema.CaseExactEqualityMatchingRule
-
- All Implemented Interfaces:
Serializable
,Comparator<byte[]>
@Deprecated public class CaseExactEqualityMatchingRule extends DummyByteArrayComparator
Deprecated.since OPENDJ-1591 Migrate matching rulesRequired by rebuild-index process when upgrading to OpenDJ3.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaseExactEqualityMatchingRule()
Deprecated.
-
Method Summary
-
Methods inherited from class org.opends.legacy.DummyByteArrayComparator
compare
-
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
-
-