org.eclipse.emf.compare.epatch.util
Class EpatchUtil.AssValSorter

java.lang.Object
  extended by org.eclipse.emf.compare.epatch.util.EpatchUtil.AssValSorter
All Implemented Interfaces:
java.util.Comparator<AssignmentValue>
Enclosing class:
EpatchUtil

public static class EpatchUtil.AssValSorter
extends java.lang.Object
implements java.util.Comparator<AssignmentValue>


Constructor Summary
EpatchUtil.AssValSorter(boolean asc)
           
 
Method Summary
 int compare(AssignmentValue o1, AssignmentValue 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

EpatchUtil.AssValSorter

public EpatchUtil.AssValSorter(boolean asc)
Method Detail

compare

public int compare(AssignmentValue o1,
                   AssignmentValue o2)
Specified by:
compare in interface java.util.Comparator<AssignmentValue>

Copyright 2006 IBM Corporation and others.
All Rights Reserved.