cz.cuni.amis.pogamut.multi.utils.timekey
Class TimeKey.TimeKeyComparator

java.lang.Object
  extended by cz.cuni.amis.pogamut.multi.utils.timekey.TimeKey.TimeKeyComparator
All Implemented Interfaces:
java.util.Comparator<TimeKey>
Enclosing class:
TimeKey

public static class TimeKey.TimeKeyComparator
extends java.lang.Object
implements java.util.Comparator<TimeKey>


Constructor Summary
TimeKey.TimeKeyComparator()
           
 
Method Summary
 int compare(TimeKey o1, TimeKey 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

TimeKey.TimeKeyComparator

public TimeKey.TimeKeyComparator()
Method Detail

compare

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