Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class ACLRow.ACLRowPositionComparator

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.ACLRow.ACLRowPositionComparator
All Implemented Interfaces:
Comparator<ACLRow>
Enclosing class:
ACLRow

public static class ACLRow.ACLRowPositionComparator
extends Object
implements Comparator<ACLRow>

Comparator of ACLRows according to their pos field.


Field Summary
static ACLRow.ACLRowPositionComparator INSTANCE
           
 
Constructor Summary
ACLRow.ACLRowPositionComparator()
           
 
Method Summary
 int compare(ACLRow acl1, ACLRow acl2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INSTANCE

public static final ACLRow.ACLRowPositionComparator INSTANCE
Constructor Detail

ACLRow.ACLRowPositionComparator

public ACLRow.ACLRowPositionComparator()
Method Detail

compare

public int compare(ACLRow acl1,
                   ACLRow acl2)
Specified by:
compare in interface Comparator<ACLRow>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.