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
public static class Sorting.LowerCaseSorter extends Sorting.AttributeSorter
-
-
Constructor Summary
Constructors Constructor Description LowerCaseSorter(String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Comparable a, Comparable b)
boolean
equals(Object other)
int
hashCode()
String
toSerialForm()
Returns the serial form of this which contains all information needed to reconstruct this sorter-
Methods inherited from class com.yahoo.search.query.Sorting.AttributeSorter
clone, getName, setName, toString
-
-
-
-
Constructor Detail
-
LowerCaseSorter
public LowerCaseSorter(String fieldName)
-
-
Method Detail
-
toSerialForm
public String toSerialForm()
Description copied from class:Sorting.AttributeSorter
Returns the serial form of this which contains all information needed to reconstruct this sorter- Overrides:
toSerialForm
in classSorting.AttributeSorter
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSorting.AttributeSorter
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classSorting.AttributeSorter
-
compare
public int compare(Comparable a, Comparable b)
- Overrides:
compare
in classSorting.AttributeSorter
-
-