org.apache.directory.shared.ldap.schema
Class ObjectIdentifierComparator

java.lang.Object
  extended byorg.apache.directory.shared.ldap.schema.ObjectIdentifierComparator
All Implemented Interfaces:
java.util.Comparator, java.io.Serializable

public class ObjectIdentifierComparator
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable

A comparator for the objectIdentifierMatch matchingRule.

Version:
$Rev: 379008 $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ObjectIdentifierComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
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

ObjectIdentifierComparator

public ObjectIdentifierComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator


Copyright © 2003-2006 . All Rights Reserved.