[[["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."],[[["`Index.Property` is a public static class that implements the `Serializable` interface, indicating it can be converted to a byte stream and back."],["This class inherits from `java.lang.Object` and therefore inherits several fundamental methods like `clone()`, `equals(Object)`, `hashCode()`, `toString()` etc."],["The `Index.Property` class overrides `equals(Object)`, `hashCode()`, and `toString()` from the base `Object` class."],["It provides methods to retrieve a property's name (`getName()`) as a String and its sort direction (`getDirection()`) which can be `null`."]]],[]]