com.sleepycat.je.log
Class StatsFileReader.LogEntryTypeComparator

java.lang.Object
  extended by com.sleepycat.je.log.StatsFileReader.LogEntryTypeComparator
All Implemented Interfaces:
java.util.Comparator<LogEntryType>
Enclosing class:
StatsFileReader

static class StatsFileReader.LogEntryTypeComparator
extends java.lang.Object
implements java.util.Comparator<LogEntryType>


Constructor Summary
StatsFileReader.LogEntryTypeComparator()
           
 
Method Summary
 int compare(LogEntryType o1, LogEntryType 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

StatsFileReader.LogEntryTypeComparator

StatsFileReader.LogEntryTypeComparator()
Method Detail

compare

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


Copyright (c) 2004,2008 Oracle. All rights reserved.