org.siebengeisslein.ide
Class PTypeComparator

java.lang.Object
  extended by org.siebengeisslein.ide.PTypeComparator
All Implemented Interfaces:
java.util.Comparator<PType>

public class PTypeComparator
extends java.lang.Object
implements java.util.Comparator<PType>


Constructor Summary
PTypeComparator()
           
 
Method Summary
 int compare(PType type1, PType type2)
           
 
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

PTypeComparator

public PTypeComparator()
Method Detail

compare

public int compare(PType type1,
                   PType type2)
Specified by:
compare in interface java.util.Comparator<PType>