DbStorage.manager
Class DictionaryEntry.ByIDComparator

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

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

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


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

Constructor Detail

DictionaryEntry.ByIDComparator

public DictionaryEntry.ByIDComparator()
Method Detail

compare

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