Package com.yahoo.search.query
Class Sorting.LowerCaseSorter
java.lang.Object
com.yahoo.search.query.Sorting.AttributeSorter
com.yahoo.search.query.Sorting.LowerCaseSorter
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Sorting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(Comparable a, Comparable b) booleaninthashCode()Returns the serial form of this which contains all information needed to reconstruct this sorterMethods inherited from class com.yahoo.search.query.Sorting.AttributeSorter
clone, getName, setName, toString
-
Constructor Details
-
LowerCaseSorter
-
-
Method Details
-
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
-
compare
- Overrides:
comparein classSorting.AttributeSorter
-