aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/tuple
AgeCommit message (Expand)Author
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-04-05Add missing @Override.Gary D. Gregory
2011-11-24Adding Henning's GitHub pull request with a Triple implementation. LANG-675Henri Yandell
2011-11-16Fix typos: threadsafe -> thread-safeGary D. Gregory
2011-11-16LANG-773 ImmutablePair doc contains nonsense textSebastian Bazley
2011-08-09eol-styleSebastian Bazley
2011-07-03Adding missing private method javadoc and removing 'unused' import in favour ...Henri Yandell
2011-05-25Javadoc fixStephen Colebourne
2011-05-25Fix toString(format)Stephen Colebourne
2011-05-25Remove Formattable from PairStephen Colebourne
2011-05-25Make ImmutablePair final; Minor fixesStephen Colebourne
2011-05-18rename MutablePair setters for bean compatibilityMatthew Jason Benson
2011-05-04Inline the Pair toString for performance, and specify the formatStephen Colebourne
2011-05-04JavadocStephen Colebourne
2011-04-25Add back Pair#toString(String format).Gary D. Gregory
2011-04-22Move new FormattableUtils class to .text from .util.Gary D. Gregory
2011-04-21Pair implements java.util.Formattable and defers toString() handling thereto.Matthew Jason Benson
2011-04-12Refactor all 3 three Pair classes from o.a.c.l to o.a.c.l.tuple.Gary D. Gregory