The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eDistribution\u003c/code\u003e class within the Google API Client Library for Java, spanning numerous versions from 2.63.1 (latest) down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class is designed to record integer values from 0 up to a specified \u003ccode\u003eendValue\u003c/code\u003e, allowing the computation of value percentiles.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a constructor \u003ccode\u003eDistribution(int endValue)\u003c/code\u003e that determines the range of recorded values, and \u003ccode\u003eendValue\u003c/code\u003e is a required int parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e method retrieves the approximate percentile of recorded values, while \u003ccode\u003egetNthPercentile\u003c/code\u003e is deprecated, and \u003ccode\u003erecord(int value)\u003c/code\u003e records a new int value.\u003c/p\u003e\n"],["\u003cp\u003eThe class overrides the default \u003ccode\u003etoString()\u003c/code\u003e method, and inherits methods such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e and others from \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]