DbStorage.manager
Class DictionaryEntry.ByNameComparator

java.lang.Object
  extended byDbStorage.manager.DictionaryEntry.ByNameComparator
Enclosing class:
DictionaryEntry

public static class DictionaryEntry.ByNameComparator
extends java.lang.Object

This class is used to compare two DictionaryEntrys using their name component first and their ID component second.


Constructor Summary
DictionaryEntry.ByNameComparator()
           
 
Method Summary
static int compare(DictionaryEntry ls1, DictionaryEntry ls2)
          Compares two DictionaryEntrys using their name component first and their ID component second.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryEntry.ByNameComparator

public DictionaryEntry.ByNameComparator()
Method Detail

compare

public static int compare(DictionaryEntry ls1,
                          DictionaryEntry ls2)
Compares two DictionaryEntrys using their name component first and their ID component second.