com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class PendingSetComparator

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.PendingSetComparator
All Implemented Interfaces:
java.util.Comparator<PendingSet>

public final class PendingSetComparator
extends java.lang.Object
implements java.util.Comparator<PendingSet>

Compare engine for PendingSet items.

Since:
TEE-SDK-10.1

Constructor Summary
PendingSetComparator()
           
 
Method Summary
 int compare(PendingSet first, PendingSet second)
           
 
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

PendingSetComparator

public PendingSetComparator()
Method Detail

compare

public int compare(PendingSet first,
                   PendingSet second)
Specified by:
compare in interface java.util.Comparator<PendingSet>


© 2015 Microsoft. All rights reserved.