aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache
AgeCommit message (Expand)Author
2020-06-24[LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format whenGary Gregory
2020-06-24Fixed Javadocs for setTestRecursive() (#556)Miguel Muñoz
2020-06-24Javadoc.Gary Gregory
2020-06-24Clean ups.Gary Gregory
2020-06-23Add ObjectUtils.toString(Object, Supplier<String>).Gary Gregory
2020-06-23Sort members.Gary Gregory
2020-06-23Javadoc.Gary Gregory
2020-06-23Added ImmutablePair factory methods left() and right().Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-18Reimplement such that locking and unlocking take place in the sameGary Gregory
2020-06-18Use names that reflect the functional interface in use.Gary Gregory
2020-06-18Clean up generics.Gary Gregory
2020-06-18Fix @since for new o.a.c.lang3.stream.Streams class.aherbert
2020-06-18Correct code example in javadoc headeraherbert
2020-06-18Add skeleton package-infoaherbert
2020-06-18Checkstyle: new line at end of fileaherbert
2020-06-18Fix comment typosaherbert
2020-06-17Centralize stream code in our own 'stream' package asGary Gregory
2020-06-17Javadoc.Gary Gregory
2020-06-17We have a concurrent package, and JRE locks live in a similar package,Gary Gregory
2020-06-17Centralize failable functional interfaces in our 'function' package asGary Gregory
2020-06-17Fix checkstyle: End files in a new line.Gary Gregory
2020-06-17Add missing @Deprecated.Gary Gregory
2020-06-17Create the new package org.apache.commons.function to parallel the JRE'sGary Gregory
2020-06-17Merge conditions using the same blocks.Gary Gregory
2020-06-17[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14[LANG-1557] Change a Pattern to a static final field, for not letting it comp...XenoAmess
2020-06-14[LANG-1565] change removeLastFieldSeparator to use endsWith (#550)XenoAmess
2020-06-13[LANG-1556] Use Java 8 lambdas and Map operations. (#541)XenoAmess
2020-06-13[LANG-1570] JavaVersion enum constants for Java 14 and 15. (#553)Edgar Asatryan
2020-06-13Use ArrayUtils::isArrayIndexValid method in ArrayUtils::get. (#552)Edgar Asatryan
2020-06-13[LANG-1528] replaceEachRepeatedly gives IllegalStateException (#505)Edwin Delgado H
2020-06-13simplify_if (#543)XenoAmess
2020-06-13it_shall_not_named_`ignored`_ (#540)XenoAmess
2020-06-13fix_typos (#539)XenoAmess
2020-06-13array_style (#537)XenoAmess
2020-06-13fix javadoc (#545)XenoAmess
2020-06-13[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there ...XenoAmess
2020-06-13use_Math_max_min (#547)XenoAmess
2020-06-13[LANG-1561] use List.sort instead of Collection.sort (#546)XenoAmess
2020-06-13[LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. (#551)Edgar Asatryan
2020-06-12Remove trailing white space.Gary Gregory
2020-06-12[LANG-1569] Add ArrayUtils.get(T[], index, T) to provide anGary Gregory
2020-06-12[LANG-1569] Add ArrayUtils.get(T[], index, T) to provide anGary Gregory
2020-06-12Sort members.Gary Gregory