Skip to content
En échec

Changes

Summary

  1. Reviewing `snakeCase` method to handle continuous uppercase (commit: 7a5028f) (details)
  2. Add `indexOf` method to `Iterables` to get the index of an element in any Iterable (commit: b1596e0) (details)
Commit 7a5028f6fccaf1e3c1b3749de6d63cd600605687 by guiom.mary
Reviewing `snakeCase` method to handle continuous uppercase
(commit: 7a5028f)
The file was modifiedsrc/test/java/org/codefilarete/tool/StringsTest.java (diff)
The file was modifiedsrc/main/java/org/codefilarete/tool/Strings.java (diff)
Commit b1596e09242a64ecb2b157dff21f375e661b8ebb by guiom.mary
Add `indexOf` method to `Iterables` to get the index of an element in any Iterable
(commit: b1596e0)
The file was modifiedsrc/test/java/org/codefilarete/tool/collection/IterablesTest.java (diff)
The file was modifiedsrc/main/java/org/codefilarete/tool/collection/Iterables.java (diff)