Skip to content
Changes
- Fixing some method signatures for generics (commit: f7b8a44)
—
guiom.mary /
githubweb
- Reviewing `snakeCase` method to handle continuous uppercase (commit: 7a5028f)
—
guiom.mary /
githubweb
- Add `indexOf` method to `Iterables` to get the index of an element in any Iterable (commit: b1596e0)
—
guiom.mary /
githubweb
- Reviewing `snakeCase` method to handle continuous uppercase (commit: 7a5028f)
—
guiom.mary /
githubweb
- Add `indexOf` method to `Iterables` to get the index of an element in any Iterable (commit: b1596e0)
—
guiom.mary /
githubweb
- Improve `snakeCase` method to handle continuous uppercase characters (commit: 2e52cb3)
—
guiom.mary /
githubweb
- Javadoc cleanup (commit: 410ca0b)
—
guiom.mary /
githubweb
- Introducing a dedicated Map for case-insensitiveness on its keys (commit: ab0495d)
—
guiom.mary /
githubweb
- References to @NonNull are removed because non-null arguments is the default project convention (commit: bdf2087)
—
guiom.mary /
githubweb
- Allowing to add a lazy fallback Object on MethodDispatcher (commit: a815e92)
—
guiom.mary /
githubweb
- Implementing class instanciation by reflection for Collections and Maps (took from Stalactite). Upgrading JUnit. (commit: d0775ed)
—
guiom.mary /
githubweb
- Code cleanup (commit: 7a6f248)
—
guiom.mary /
githubweb
- Add snake case String transformation (commit: 150a499)
—
guiom.mary /
githubweb
- code cleanup (commit: 0b3d583)
—
guiom.mary /
githubweb
- Introducing TypeIterator to go across the types of a hierarchy. (commit: d137915)
—
guiom.mary /
githubweb
- Improving Maps.innerJoinOnValuesAndKeys method to return specific Map type and fixing documentation (commit: 086f6a6)
—
guiom.mary /
githubweb
- Moving and renaming Collections.parcel(..) to Iterables.chunk(..). (commit: ff8a123)
—
guiom.mary /
githubweb
- code cleanup (commit: 0a69c7c)
—
guiom.mary /
githubweb
- Adding Iterables.size(..) and Reflections.isPrimitiveType(..) (commit: e02fbd3)
—
guiom.mary /
githubweb
- English language fix: replacing "surrogate" by "delegate" (commit: b0293af)
—
guiom.mary /
githubweb
- Adding organization prefix to generated Jar to make them more visible and avoid conflicts in packaged application (War, Ear, ...) (commit: 14dc9c7)
—
guiom.mary /
githubweb
- Moving Collections.cut* to Iterables (commit: f4bec6c)
—
guiom.mary /
githubweb
- Introducing CaseInsensitiveSet, a simple Set that is case-insensitive. Made to clarify some code. (commit: 150e4bb)
—
guiom.mary /
githubweb
- Code cleanup (commit: dc57660)
—
guiom.mary /
githubweb
- Renaming Modifiable* classes to Mutable* classes (commit: 1db6775)
—
guiom.mary /
githubweb
- Replacing long type on Retryer.delay by Duration to make it more explicit (commit: 3d3114e)
—
guiom.mary /
githubweb
- Better handling of an edge case error while redirecting methods, to avoid loss of time when debugging it. (commit: 106fb89)
—
guiom.mary /
githubweb
- Allowing to give a delegate to StringAppender constructor (commit: ff45cdf)
—
guiom.mary /
githubweb
- Implementing equals() / hashcode() for IdentityMap. Mainly done to make it comparable during tests. (commit: 08885d7)
—
guiom.mary /
githubweb
- Adding ifAbsent() and setIfAbsent() (commit: 5c711ed)
—
guiom.mary /
githubweb
- Changing Nullable.map(..) action : changes internal value of current instance (don't return a new instance) to avoid reapplying variable to result of map(..) call (commit: f86488c)
—
guiom.mary /
githubweb
- code cleanup (commit: 36ee1ae)
—
guiom.mary /
githubweb
- Adding CI badges (commit: 85bcbb8)
—
guiom.mary /
githubweb