Uses of Class
com.yahoo.prelude.query.Limit
Packages that use Limit
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
-
Uses of Limit in com.yahoo.prelude.query
Fields in com.yahoo.prelude.query declared as LimitModifier and TypeFieldDescriptionstatic final LimitLimit.NEGATIVE_INFINITYstatic final LimitLimit.POSITIVE_INFINITYMethods in com.yahoo.prelude.query that return LimitModifier and TypeMethodDescriptionfinal LimitIntItem.getFromLimit()Returns the lower limit of this range, which may be negative infinityfinal LimitIntItem.getToLimit()Returns the upper limit of this range, which may be positive infinityReturns the larger of this and the given limitReturns the smaller of this and the given limitMethods in com.yahoo.prelude.query with parameters of type LimitModifier and TypeMethodDescriptionstatic IntItemCreates an int item from arguments.booleanLimit.isLargerOrEqualTo(Limit other) booleanLimit.isSmallerOrEqualTo(Limit other) Returns the larger of this and the given limitReturns the smaller of this and the given limitConstructors in com.yahoo.prelude.query with parameters of type LimitModifierConstructorDescriptionCreates a new range operatorCreates a new range operator