com.sleepycat.je.log
Class StatsFileReader.LogEntryTypeComparator

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

static class StatsFileReader.LogEntryTypeComparator
extends Object
implements 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 Comparator<LogEntryType>


Copyright (c) 2004-2010 Oracle. All rights reserved.