tigase.jaxmpp.core.client.xml
Class ElementComparator

java.lang.Object
  extended by tigase.jaxmpp.core.client.xml.ElementComparator
All Implemented Interfaces:
Comparator<Element>

public class ElementComparator
extends Object
implements Comparator<Element>


Constructor Summary
ElementComparator()
           
 
Method Summary
 int compare(Element e1, Element e2)
           
static boolean equal(Element e1, Element e2)
           
 
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

ElementComparator

public ElementComparator()
Method Detail

equal

public static boolean equal(Element e1,
                            Element e2)

compare

public int compare(Element e1,
                   Element e2)
Specified by:
compare in interface Comparator<Element>


Copyright © 2006-2012 Tigase. All Rights Reserved.