Class KeyService.TranslationKV
java.lang.Object
com.eurodyn.qlack.fuse.lexicon.service.KeyService.TranslationKV
- All Implemented Interfaces:
Comparable<KeyService.TranslationKV>
,Comparator<KeyService.TranslationKV>
- Enclosing class:
- KeyService
protected static class KeyService.TranslationKV
extends Object
implements Comparator<KeyService.TranslationKV>, Comparable<KeyService.TranslationKV>
-
Constructor Summary
ConstructorDescriptionTranslationKV
(KeySearchCriteria.SortType sortType) TranslationKV
(String key, String value) -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(KeyService.TranslationKV arg0, KeyService.TranslationKV arg1) int
boolean
int
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TranslationKV
-
TranslationKV
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<KeyService.TranslationKV>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<KeyService.TranslationKV>
-
equals
- Specified by:
equals
in interfaceComparator<KeyService.TranslationKV>
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
-