org.apache.archiva.rest.services.utils
Class ArtifactContentEntryComparator

java.lang.Object
  extended by org.apache.archiva.rest.services.utils.ArtifactContentEntryComparator
All Implemented Interfaces:
Comparator<ArtifactContentEntry>

public class ArtifactContentEntryComparator
extends Object
implements Comparator<ArtifactContentEntry>

Author:
Olivier Lamy

Field Summary
static ArtifactContentEntryComparator INSTANCE
           
 
Constructor Summary
ArtifactContentEntryComparator()
           
 
Method Summary
 int compare(ArtifactContentEntry artifactContentEntry, ArtifactContentEntry artifactContentEntry1)
           
 
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
 

Field Detail

INSTANCE

public static final ArtifactContentEntryComparator INSTANCE
Constructor Detail

ArtifactContentEntryComparator

public ArtifactContentEntryComparator()
Method Detail

compare

public int compare(ArtifactContentEntry artifactContentEntry,
                   ArtifactContentEntry artifactContentEntry1)
Specified by:
compare in interface Comparator<ArtifactContentEntry>


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.