Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.relations.web
Class StatementInfoComparator

java.lang.Object
  extended by org.nuxeo.ecm.platform.relations.web.StatementInfoComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<StatementInfo>

public class StatementInfoComparator
extends java.lang.Object
implements java.util.Comparator<StatementInfo>, java.io.Serializable

Statement info comparator to sort relations.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
StatementInfoComparator()
           
 
Method Summary
 int compare(StatementInfo stmt1, StatementInfo stmt2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

StatementInfoComparator

public StatementInfoComparator()
Method Detail

compare

public int compare(StatementInfo stmt1,
                   StatementInfo stmt2)
Specified by:
compare in interface java.util.Comparator<StatementInfo>

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.