mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
Links to inner classes were using `$` in urls instead of `.`, causing them to 404. Also fixes the doc generation code to generate docs into the correct directory. We moved the docs but never updated the generation code.
10 lines
894 B
Plaintext
10 lines
894 B
Plaintext
////
|
|
Automatically generated by PainlessDocGenerator. Do not edit.
|
|
Rebuild by running `gradle generatePainlessApi`.
|
|
////
|
|
|
|
[[painless-api-reference-PrimitiveIterator-OfInt]]++PrimitiveIterator.OfInt++::
|
|
* ++[[painless-api-reference-PrimitiveIterator-OfInt-next-0]]<<painless-api-reference-Integer,Integer>> link:{java8-javadoc}/java/util/PrimitiveIterator.OfInt.html#next%2D%2D[next]()++ (link:{java9-javadoc}/java/util/PrimitiveIterator.OfInt.html#next%2D%2D[java 9])
|
|
* ++[[painless-api-reference-PrimitiveIterator-OfInt-nextInt-0]]int link:{java8-javadoc}/java/util/PrimitiveIterator.OfInt.html#nextInt%2D%2D[nextInt]()++ (link:{java9-javadoc}/java/util/PrimitiveIterator.OfInt.html#nextInt%2D%2D[java 9])
|
|
* Inherits methods from ++<<painless-api-reference-Iterator,Iterator>>++, ++<<painless-api-reference-Object,Object>>++, ++<<painless-api-reference-PrimitiveIterator,PrimitiveIterator>>++
|