ComparisonOperator
אופרטורים זמינים להשוואה.
טיפוסים בני מנייה (enum) |
COMPARISON_OPERATOR_UNSPECIFIED |
אופרטור לא ידוע. |
EQUAL |
הערכים שווים. |
GREATER_THAN |
הערך הראשון גדול מערך ההשוואה. |
LESS_THAN |
הערך הראשון קטן מהערך השני. |
GREATER_THAN_OR_EQUAL_TO |
הערך הראשון גדול מהערך השני או שווה לו. |
LESS_THAN_OR_EQUAL_TO |
הערך הראשון קטן מערך ההשוואה או שווה לו. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-06-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-06-11 (שעון UTC)."],[[["Supported comparison operators include equal, greater than, less than, greater than or equal to, and less than or equal to."],["These operators are used to compare values within data, allowing for filtering and conditional logic."],["Each operator is represented by a specific enum value for use in code and configurations."],["An `UNSPECIFIED` enum exists for unknown or undefined comparison operations."]]],[]]