mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
b840fa3117
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
901 B
Plaintext
10 lines
901 B
Plaintext
////
|
|
Automatically generated by PainlessDocGenerator. Do not edit.
|
|
Rebuild by running `gradle generatePainlessApi`.
|
|
////
|
|
|
|
[[painless-api-reference-PrimitiveIterator-OfLong]]++PrimitiveIterator.OfLong++::
|
|
* ++[[painless-api-reference-PrimitiveIterator-OfLong-next-0]]<<painless-api-reference-Long,Long>> link:{java8-javadoc}/java/util/PrimitiveIterator.OfLong.html#next%2D%2D[next]()++ (link:{java9-javadoc}/java/util/PrimitiveIterator.OfLong.html#next%2D%2D[java 9])
|
|
* ++[[painless-api-reference-PrimitiveIterator-OfLong-nextLong-0]]long link:{java8-javadoc}/java/util/PrimitiveIterator.OfLong.html#nextLong%2D%2D[nextLong]()++ (link:{java9-javadoc}/java/util/PrimitiveIterator.OfLong.html#nextLong%2D%2D[java 9])
|
|
* Inherits methods from ++<<painless-api-reference-Iterator,Iterator>>++, ++<<painless-api-reference-Object,Object>>++, ++<<painless-api-reference-PrimitiveIterator,PrimitiveIterator>>++
|