com.nhncorp.neptune.tabletserver
Class TabletServerInfo.TabletServerInfoComparator

java.lang.Object
  extended by com.nhncorp.neptune.tabletserver.TabletServerInfo.TabletServerInfoComparator
All Implemented Interfaces:
java.util.Comparator<TabletServerInfo>
Enclosing class:
TabletServerInfo

public static class TabletServerInfo.TabletServerInfoComparator
extends java.lang.Object
implements java.util.Comparator<TabletServerInfo>


Constructor Summary
TabletServerInfo.TabletServerInfoComparator()
           
 
Method Summary
 int compare(TabletServerInfo tabletServerInfo1, TabletServerInfo tabletServerInfo2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TabletServerInfo.TabletServerInfoComparator

public TabletServerInfo.TabletServerInfoComparator()
Method Detail

compare

public int compare(TabletServerInfo tabletServerInfo1,
                   TabletServerInfo tabletServerInfo2)
Specified by:
compare in interface java.util.Comparator<TabletServerInfo>