Package org.ldaptive.handler
Class SortResultHandler
- java.lang.Object
-
- org.ldaptive.handler.SortResultHandler
-
- All Implemented Interfaces:
Function<SearchResponse,SearchResponse>,SearchResultHandler
public class SortResultHandler extends Object implements SearchResultHandler
Sorts the entries, attributes, and attribute values contained in a search response.
-
-
Field Summary
Fields Modifier and Type Field Description private static intHASH_CODE_SEEDhash code seed.
-
Constructor Summary
Constructors Constructor Description SortResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchResponseapply(SearchResponse response)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Field Detail
-
HASH_CODE_SEED
private static final int HASH_CODE_SEED
hash code seed.- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public SearchResponse apply(SearchResponse response)
- Specified by:
applyin interfaceFunction<SearchResponse,SearchResponse>
-
-