aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/tuple
AgeCommit message (Expand)Author
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-02Allow extension of previously final classes ImmutablePair andGary Gregory
2022-06-01@SuppressWarnings("unchecked") not neededGary Gregory
2022-05-15Add @SuppressWarnings("unchecked")Gary Gregory
2022-05-09Remove unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-04-03Add @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2021-12-31Avoid compiler warnings.Gary Gregory
2021-12-31Avoid compiler warnings.Gary Gregory
2021-12-08Simpler constant definitions.Gary Gregory
2021-12-08Reuse constant for immutable cases.Gary Gregory
2021-12-08Update Javadoc to match implementation details.Gary Gregory
2021-12-08Reuse factory method.Gary Gregory
2021-12-08Add constructors that require non-null inputs inGary Gregory
2021-12-04Remove unnecessary @SuppressWarnings("unchecked").Gary Gregory
2021-11-24Add 2 @SuppressWarnings("unchecked").Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-06-23Javadoc.Gary Gregory
2020-06-23Added ImmutablePair factory methods left() and right().Gary Gregory
2020-04-20Simplify null checks in Triple.hashCode() using Objects.hashCode(). (#516)Isira Seneviratne
2020-04-20Simplify null checks in Pair.hashCode() using Objects.hashCode(). (#517)Isira Seneviratne
2020-03-30Standardize on American English spelling of 'behavior'.Gary Gregory
2020-02-14Use final.Gary Gregory
2019-12-21[LANG-1503] Add factory methods to Pair classes with Map.Entry input.Gary Gregory
2019-05-10Sort methods.Gary Gregory
2019-05-10[LANG-1458] Add EMPTY_ARRAY constants to classes inGary Gregory
2019-05-10- Javadoc.Gary Gregory
2019-05-10Remove trailing spaces.Gary Gregory
2019-05-10[LANG-1458] Add EMPTY_ARRAY constants to classes inGary Gregory
2019-05-09Don't need @SuppressWarnings("unchecked")Gary Gregory
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2018-06-08(doc) Fix typos in classes of tuple packageamseager
2018-02-11harmonize since javadoc tags content (remove "(Commons )Lang")pascalschumacher
2017-07-12[GitHub] commons-lang pull request #276: IntelliJ IDEA refactorings.Jonathan Bluett-Duncan
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-17Add missing JavaDocs to make Checkstyle happyBenedikt Ritter
2017-05-14[LANG-1332] ImmutableTriple.nullTriple()Gary Gregory
2017-05-14[LANG-1331] ImmutablePair.nullPair() Update @SuppressWarnings.Gary Gregory
2017-05-14[LANG-1331] ImmutablePair.nullPair()Gary Gregory
2016-10-28LANG-1279: Update Java requirement from Java 6 to 7pascalschumacher
2016-10-23Remove redundant type arguments.Gary Gregory
2015-07-14LANG-1057Chas Honton
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-05-06Correct wrong documentation regarding extensibility of ImmutablePair and Immu...Benedikt Ritter
2014-01-15LANG-953: Convert package.html files to package-info.java filesBenedikt Ritter
2014-01-12LANG-940: Fix deprecation warningsBenedikt Ritter
2013-12-20Add missing since tagsBenedikt Ritter