Package com.yahoo.document.select
Class ResultList
java.lang.Object
com.yahoo.document.select.ResultList
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(FieldPathIteratorHandler.VariableMap variables, Result result) static ResultList
fromBoolean
(boolean result) toResult()
static ResultList
toResultList
(Object value) Converts the given object value into a result list, so it can be compared by logical operators.toString()
-
Constructor Details
-
ResultList
public ResultList() -
ResultList
-
-
Method Details