[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`CursorChecker` is a final class designed to validate `com.google.appengine.api.search.Cursor` values."],["It inherits from `java.lang.Object`, gaining access to standard object methods like `equals()`, `hashCode()`, and `toString()`."],["The primary function is the `checkCursor(String cursor)` static method, which ensures that a given cursor string is neither empty nor excessively long."],["`checkCursor` takes a cursor string as input and returns the validated cursor as a string."],["`CursorChecker()` is the constructor for the CursorChecker class."]]],[]]