aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/Range.java
AgeCommit message (Expand)Author
2023-02-11Add missing javadoc/tests for some null arguments (#869)Diego Marcilio
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
2022-10-17JavadocGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2021-10-17Remove dead comments.Gary Gregory
2021-10-17Sort members.Gary Gregory
2021-10-17[LANG-1674] Make Range constructors more generic #810.Gary Gregory
2021-10-17Format tweaks.Gary Gregory
2021-03-05No need to nest in else.Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-08-20Remove old comments.Gary Gregory
2020-04-17Format tweaks.Gary Gregory
2020-02-22Simpler NPE message for new method.Gary Gregory
2019-09-11Fix Javadoc.Gary Gregory
2019-09-11Javadoc.Gary Gregory
2019-08-22[LANG-1479] Add Range.fit(T) to fit a value into a range.Gary Gregory
2019-08-21Sort members.Gary Gregory
2019-08-20Range: Remove trailing spaces.pascalschumacher
2019-08-19Javadoc.Gary Gregory
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-19use Validate#notNull instead of "throw new NullPointerException"pascalschumacher
2016-10-23Remove redundant type arguments.Gary Gregory
2016-06-16Fix typo in documentation of Range#isEndedBy (closes #166)uvegla
2015-07-14LANG-1057Chas Honton
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-02-06Don't assign parameterSebastian Bazley
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-09Remove superfluous parens like:Gary D. Gregory
2011-07-17[LANG-726] Add a method e.g. Range<T> Range<T>.intersectionWith(Range<T>)Matthew Jason Benson
2011-07-03Adding missing private method javadoc and removing 'unused' import in favour ...Henri Yandell
2011-05-25Refactor Range with lots of new methodsStephen Colebourne
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-19Checkstyle and trailing spaces.Oliver Heger
2011-03-04JavadocStephen Colebourne
2011-03-04Changing Range.containsRange to containsAll and Range.overlapsRange to overla...Henri Yandell
2011-03-04Adding note on thread safety and fixing a piece of javadoc that still talked ...Henri Yandell
2010-07-23missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-06-30Eclipse warningsSebastian Bazley
2010-05-21Adding note on requiring Comparator for non-Comparable. LANG-620Henri Yandell
2010-03-04Closing the paragraph tag on the ThreadSafe notation. LANG-370Henri Yandell
2010-03-03Some more #ThreadSafe# tags per LANG-370Henri Yandell
2010-01-22Javadoc updates onlyNiall Pemberton
2010-01-16Modifying toString method to cache in a thread-safe way per LANG-481Henri Yandell
2010-01-16Adding hashCode caching in line with LANG-481Henri Yandell
2010-01-16Adding String lazy cachingHenri Yandell