Package com.yahoo.search.query
Class Sorting.UcaSorter
java.lang.Object
com.yahoo.search.query.Sorting.AttributeSorter
com.yahoo.search.query.Sorting.UcaSorter
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Sorting
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intcompare(Comparable a, Comparable b) booleaninthashCode()voidsetLocale(String locale, Sorting.UcaSorter.Strength strength) Returns the serial form of this which contains all information needed to reconstruct this sorterMethods inherited from class com.yahoo.search.query.Sorting.AttributeSorter
getName, setName, toString
-
Constructor Details
-
UcaSorter
-
UcaSorter
-
-
Method Details
-
setLocale
-
getLocale
-
getStrength
-
getDecomposition
-
toSerialForm
Description copied from class:Sorting.AttributeSorterReturns the serial form of this which contains all information needed to reconstruct this sorter- Overrides:
toSerialFormin classSorting.AttributeSorter
-
hashCode
public int hashCode()- Overrides:
hashCodein classSorting.AttributeSorter
-
equals
- Overrides:
equalsin classSorting.AttributeSorter
-
clone
- Overrides:
clonein classSorting.AttributeSorter
-
compare
- Overrides:
comparein classSorting.AttributeSorter
-