net.sourceforge.plantuml.project
Class ItemComparator

java.lang.Object
  extended by net.sourceforge.plantuml.project.ItemComparator
All Implemented Interfaces:
Comparator<Item>

public class ItemComparator
extends Object
implements Comparator<Item>


Constructor Summary
ItemComparator()
           
 
Method Summary
 int compare(Item it1, Item it2)
           
 
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

ItemComparator

public ItemComparator()
Method Detail

compare

public int compare(Item it1,
                   Item it2)
Specified by:
compare in interface Comparator<Item>


Copyright © 2012. All Rights Reserved.