Package com.yahoo.search.query
Class Sorting.RawSorter
- java.lang.Object
-
- com.yahoo.search.query.Sorting.AttributeSorter
-
- com.yahoo.search.query.Sorting.RawSorter
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- Sorting
public static class Sorting.RawSorter extends Sorting.AttributeSorter
-
-
Constructor Summary
Constructors Constructor Description RawSorter(java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
-
Methods inherited from class com.yahoo.search.query.Sorting.AttributeSorter
clone, compare, getName, hashCode, setName, toSerialForm, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classSorting.AttributeSorter
-
-