JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.solr.client.solrj.io.comp
Interface ComparatorLambda
All Superinterfaces:
Serializable
public interface
ComparatorLambda
extends
Serializable
Interface for use with a comparator lambda
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
compare
(
Tuple
leftTuple,
Tuple
rightTuple)
Method Details
compare
int
compare
(
Tuple
leftTuple,
Tuple
rightTuple)