Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class StatementInfoComparator
extends Object
implements Comparator<StatementInfo>, 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 Comparator<StatementInfo>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.