edu.iris.Fissures.seed.container
Class SeedObjectTagComparator

java.lang.Object
  extended by edu.iris.Fissures.seed.container.SeedObjectTagComparator
All Implemented Interfaces:
java.util.Comparator<SeedObjectTag>

public class SeedObjectTagComparator
extends java.lang.Object
implements java.util.Comparator<SeedObjectTag>

This class is the implementation to allow a collection of SeedObjectTags to be sorted by their ID contents.

Version:
7/23/09
Author:
rob

Constructor Summary
SeedObjectTagComparator()
           
 
Method Summary
 int compare(SeedObjectTag tag1, SeedObjectTag tag2)
           
 
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

SeedObjectTagComparator

public SeedObjectTagComparator()
Method Detail

compare

public int compare(SeedObjectTag tag1,
                   SeedObjectTag tag2)
Specified by:
compare in interface java.util.Comparator<SeedObjectTag>