RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v7]

Raffaello Giulietti rgiulietti at openjdk.org
Thu Mar 2 10:24:03 UTC 2023


> Add an `indexOf()` variant allowing to specify both a lower and an upper bound on the search.

Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:

  8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12600/files
  - new: https://git.openjdk.org/jdk/pull/12600/files/dfd953f9..5bc1edb8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12600&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12600&range=05-06

  Stats: 21 lines in 1 file changed: 0 ins; 0 del; 21 mod
  Patch: https://git.openjdk.org/jdk/pull/12600.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12600/head:pull/12600

PR: https://git.openjdk.org/jdk/pull/12600


More information about the core-libs-dev mailing list