Package com.yahoo.search.query
Class Sorting.AttributeSorter
java.lang.Object
com.yahoo.search.query.Sorting.AttributeSorter
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
Sorting.LowerCaseSorter,Sorting.RawSorter,Sorting.UcaSorter
- Enclosing class:
- Sorting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intcompare(Comparable a, Comparable b) booleangetName()inthashCode()voidReturns the serial form of this which contains all information needed to reconstruct this sortertoString()
-
Constructor Details
-
AttributeSorter
-
-
Method Details
-
getName
-
setName
-
toSerialForm
Returns the serial form of this which contains all information needed to reconstruct this sorter -
toString
-
hashCode
public int hashCode() -
equals
-
clone
-
compare
-