org.jenkinsci.plugins.scriptler.util
Class ByIdSorter

java.lang.Object
  extended by org.jenkinsci.plugins.scriptler.util.ByIdSorter
All Implemented Interfaces:
Comparator<NamedResource>

public class ByIdSorter
extends Object
implements Comparator<NamedResource>

Author:
imod

Constructor Summary
ByIdSorter()
           
 
Method Summary
 int compare(NamedResource o1, NamedResource o2)
           
 
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

ByIdSorter

public ByIdSorter()
Method Detail

compare

public int compare(NamedResource o1,
                   NamedResource o2)
Specified by:
compare in interface Comparator<NamedResource>


Copyright © 2010-2012. All Rights Reserved.