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

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.ObjectIdentifierComparator
All Implemented Interfaces:
Serializable, Comparator

public class ObjectIdentifierComparator
extends Object
implements Comparator, Serializable

A comparator for the objectIdentifierMatch matchingRule.

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

Constructor Summary
ObjectIdentifierComparator()
           
 
Method Summary
 int compare(Object o1, 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(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2004-2012. All Rights Reserved.