135135 Fix flaky UnmodifiableMultiValuedMapTest.
136136 </action >
137137 <action issue =" COLLECTIONS-764" dev =" kinow" type =" fix" due-to =" XenoAmess" >
138- Refine javadoc and fix typos.
138+ Refine Javadoc and fix typos.
139139 </action >
140140 <action issue =" COLLECTIONS-765" dev =" kinow" type =" fix" due-to =" Tobias Kiecker" >
141141 Update Javadoc of ListIteratorWrapper#remove.
694694 Changed return type of "ListOrderedSet#remove(int)" from Object to the generic type parameter.
695695 </action >
696696 <action issue =" COLLECTIONS-555" dev =" tn" type =" fix" due-to =" M Kim" >
697- Added clarification to javadoc of "TreeBag#add(Object)" wrt null arguments.
697+ Added clarification to Javadoc of "TreeBag#add(Object)" wrt null arguments.
698698 </action >
699699 <action issue =" COLLECTIONS-427" dev =" tn" type =" add" due-to =" Gonçalo Marques" >
700700 Added "toString(...)" methods to newly created "IterableUtils" and existing "IteratorUtils"
701701 to get a string representation of an Iterable/Iterator instance similar to "Arrays#toString(...)".
702702 </action >
703703 <action issue =" COLLECTIONS-427" dev =" tn" type =" fix" >
704704 Reverted performance improvement for "SetUniqueList#retainAll(Collection)"
705- introduced in 4.0. Added clarifying javadoc wrt runtime complexity instead.
705+ introduced in 4.0. Added clarifying Javadoc wrt runtime complexity instead.
706706 </action >
707707 <action issue =" COLLECTIONS-426" dev =" tn" type =" fix" >
708708 Reverted performance improvement for "ListOrderedSet#retainAll(Collection)"
709- introduced in 4.0. Added clarifying javadoc wrt runtime complexity instead.
709+ introduced in 4.0. Added clarifying Javadoc wrt runtime complexity instead.
710710 </action >
711711 <action issue =" COLLECTIONS-530" dev =" tn" type =" fix" due-to =" Erik" >
712712 Added a Builder for "PredicatedCollection". Elements added to the builder
724724 </action >
725725 <action issue =" COLLECTIONS-542" dev =" tn" type =" fix" >
726726 "AbstractHashedMap" still inherits from "AbstractMap", contrary to what
727- the class javadoc stated. The inheritance will now be removed in v5.0.
727+ the class Javadoc stated. The inheritance will now be removed in v5.0.
728728 </action >
729729 <action issue =" COLLECTIONS-539" dev =" tn" type =" add" due-to =" Guram Savinov" >
730730 Changed scope of "CircularFifoQueue#isAtFullCapacity()" to public.
749749 Improved check for null input in "MapUtils#putAll(Map, Object[])".
750750 </action >
751751 <action issue =" COLLECTIONS-534" dev =" tn" type =" fix" due-to =" Oswaldo Olivo" >
752- Added clarifying javadoc wrt runtime complexity of "CollectionBag#retainAll".
752+ Added clarifying Javadoc wrt runtime complexity of "CollectionBag#retainAll".
753753 </action >
754754 <action issue =" COLLECTIONS-529" dev =" tn" type =" add" due-to =" Alexander Muthmann, Dipanjan Laha" >
755755 Added methods "removeAll(...)" and "retainAll(...)" to "CollectionUtils" that perform
764764 Removed unneeded private method in "PassiveExpiringMap".
765765 </action >
766766 <action issue =" COLLECTIONS-516" dev =" tn" type =" fix" due-to =" Cyrille Artho" >
767- Added clarification to the javadoc of "MapUtils#toProperties(Map)" in case
767+ Added clarification to the Javadoc of "MapUtils#toProperties(Map)" in case
768768 of null keys/values.
769769 </action >
770770 <action issue =" COLLECTIONS-524" dev =" tn" type =" fix" due-to =" J Goodfellow" >
771771 "ListOrderedSet#listOrderedSet(List)" did not remove duplicates from the
772- input list as advertised in the javadoc .
772+ input list as advertised in the Javadoc .
773773 </action >
774774 <action issue =" COLLECTIONS-521" dev =" tn" type =" fix" due-to =" Maxime Nay" >
775775 "MultiKeyMap" was throwing a "NullPointerException" for various operations
786786 Fix compilation errors when using source level 1.8 and a recent java 8 compiler.
787787 </action >
788788 <action issue =" COLLECTIONS-509" dev =" tn" type =" fix" >
789- Clarified javadoc of "CollectionBag" wrt changes from the original Bag interface.
789+ Clarified Javadoc of "CollectionBag" wrt changes from the original Bag interface.
790790 </action >
791791 <action issue =" COLLECTIONS-507" dev =" tn" type =" fix" due-to =" Gerson" >
792792 Removed wrong type bounds for "ComparatorUtils#chainedComparator(...)".
793793 </action >
794794 <action issue =" COLLECTIONS-506" dev =" tn" type =" fix" due-to =" Anthony Communier" >
795- Added javadoc clarification to class "CollectionUtils" that input objects which
795+ Added Javadoc clarification to class "CollectionUtils" that input objects which
796796 override "Object#equals(Object)" must also maintain the general contract of
797797 "Object#hashCode()" as various utility methods take advantage of sets/maps/bags.
798798 </action >
@@ -910,7 +910,7 @@ features, this release includes numerous bug fixes.
910910 Added "PeekingIterator" decorator to support one-element lookahead during iteration.
911911 </action >
912912 <action issue =" COLLECTIONS-461" dev =" tn" type =" fix" due-to =" Matt Benson, sebb" >
913- Added additional clarification to javadoc of interface "Put" wrt return type of
913+ Added additional clarification to Javadoc of interface "Put" wrt return type of
914914 "put(Object, Object)" method.
915915 </action >
916916 <action issue =" COLLECTIONS-460" dev =" tn" type =" update" >
@@ -1005,16 +1005,16 @@ features, this release includes numerous bug fixes.
10051005 to generate unordered permutations of a collection.
10061006 </action >
10071007 <action issue =" COLLECTIONS-421" dev =" tn" type =" fix" due-to =" Benedikt Ritter" >
1008- Update javadoc for "ListUtils#lazyList()" and "ListUtils#fixedSizeList()".
1008+ Update Javadoc for "ListUtils#lazyList()" and "ListUtils#fixedSizeList()".
10091009 </action >
10101010 <action issue =" COLLECTIONS-419" dev =" tn" type =" fix" due-to =" Adrian Nistor" >
1011- Added clarifying javadoc wrt runtime complexity of "AbstractDualBidiMap#retainAll".
1011+ Added clarifying Javadoc wrt runtime complexity of "AbstractDualBidiMap#retainAll".
10121012 </action >
10131013 <action issue =" COLLECTIONS-417" dev =" tn" type =" fix" due-to =" Adrian Nistor" >
1014- Added clarifying javadoc wrt runtime complexity of "AbstractLinkedList#retainAll".
1014+ Added clarifying Javadoc wrt runtime complexity of "AbstractLinkedList#retainAll".
10151015 </action >
10161016 <action issue =" COLLECTIONS-415" dev =" tn" type =" fix" due-to =" Adrian Nistor" >
1017- Added clarifying javadoc wrt runtime complexity of "AbstractLinkedList#removeAll".
1017+ Added clarifying Javadoc wrt runtime complexity of "AbstractLinkedList#removeAll".
10181018 </action >
10191019 <action issue =" COLLECTIONS-414" dev =" tn" type =" fix" >
10201020 Fixed several compilation issues with older Java 1.6 compilers.
@@ -1064,16 +1064,16 @@ features, this release includes numerous bug fixes.
10641064 Added "ListUtils#partition" method to split a List into consecutive sublists.
10651065 </action >
10661066 <action issue =" COLLECTIONS-391" dev =" tn" type =" fix" due-to =" Shin Hwei Tan" >
1067- Fixed javadoc for "MapUtils#toProperties(Map)".
1067+ Fixed Javadoc for "MapUtils#toProperties(Map)".
10681068 </action >
10691069 <action issue =" COLLECTIONS-389" dev =" tn" type =" fix" due-to =" Shin Hwei Tan" >
1070- Clarified javadoc for "TransformerUtils#mapTransformer" for null input.
1070+ Clarified Javadoc for "TransformerUtils#mapTransformer" for null input.
10711071 </action >
10721072 <action issue =" COLLECTIONS-388" dev =" tn" type =" fix" due-to =" Shin Hwei Tan" >
1073- Clarified javadoc for "FactoryUtils#prototypeFactory" for null input.
1073+ Clarified Javadoc for "FactoryUtils#prototypeFactory" for null input.
10741074 </action >
10751075 <action issue =" COLLECTIONS-384" dev =" ggregory" type =" fix" due-to =" Shin Hwei Tan" >
1076- Fixed inconsistent javadoc for "MapUtils#synchronizedMap(Map)".
1076+ Fixed inconsistent Javadoc for "MapUtils#synchronizedMap(Map)".
10771077 </action >
10781078 <action issue =" COLLECTIONS-383" dev =" tn" type =" add" due-to =" Adrian Cumiskey" >
10791079 Added "CollectionUtils#forAllDo" implementation which takes an "Iterator" as input.
@@ -1088,7 +1088,7 @@ features, this release includes numerous bug fixes.
10881088 Fixed infinite loop when calling "UnmodifiableBoundedCollection#unmodifiableBoundedCollection()".
10891089 </action >
10901090 <action issue =" COLLECTIONS-379" dev =" tn" type =" fix" due-to =" Shin Hwei Tan" >
1091- Fixed javadoc for several methods wrt expected NullPointerExceptions.
1091+ Fixed Javadoc for several methods wrt expected NullPointerExceptions.
10921092 </action >
10931093 <action issue =" COLLECTIONS-375" dev =" tn" type =" add" due-to =" Ivan Hristov" >
10941094 Added method "ListUtils#defaultIfNull(List, List)".
@@ -1128,7 +1128,7 @@ features, this release includes numerous bug fixes.
11281128 Removed debug output in "MapUtils#getNumber(Map)".
11291129 </action >
11301130 <action issue =" COLLECTIONS-348" dev =" brentworden" type =" fix" due-to =" Paul Benedict" >
1131- Fixed javadoc for all "transformedXXX(XXX)" methods in the respective Utils classes
1131+ Fixed Javadoc for all "transformedXXX(XXX)" methods in the respective Utils classes
11321132 to clarify that existing objects in the list are not transformed.
11331133 </action >
11341134 <action issue =" COLLECTIONS-343" dev =" mbenson" type =" fix" due-to =" Goran Hacek" >
@@ -1150,11 +1150,11 @@ features, this release includes numerous bug fixes.
11501150 Synchronized access to lock in "StaticBucketMap#size()".
11511151 </action >
11521152 <action issue =" COLLECTIONS-332" dev =" jochen" type =" fix" due-to =" Tom Parker" >
1153- Added clarification to javadoc of "ListOrderedMap" that "IdentityMap" and
1153+ Added clarification to Javadoc of "ListOrderedMap" that "IdentityMap" and
11541154 "CaseInsensitiveMap" are not supported.
11551155 </action >
11561156 <action issue =" COLLECTIONS-331" dev =" jochen" type =" fix" due-to =" Michael Krkoska" >
1157- Improve javadoc of "CollatingIterator" wrt the used "Comparator" and throw a
1157+ Improve Javadoc of "CollatingIterator" wrt the used "Comparator" and throw a
11581158 NullPointerException in "CollatingIterator#least" if no comparator is set.
11591159 </action >
11601160 <action issue =" COLLECTIONS-330" dev =" mbenson" type =" fix" due-to =" Joerg Schaible" >
@@ -1188,7 +1188,7 @@ features, this release includes numerous bug fixes.
11881188 Use a private method to populate the object in "AbstractHashedMap(Map)".
11891189 </action >
11901190 <action issue =" COLLECTIONS-316" dev =" bayard" type =" fix" due-to =" ori" >
1191- Fixed javadoc of "LRUMap" wrt to the maxSize parameter of the constructor.
1191+ Fixed Javadoc of "LRUMap" wrt to the maxSize parameter of the constructor.
11921192 </action >
11931193 <action issue =" COLLECTIONS-313" dev =" brentworden" type =" add" due-to =" David J. M. Karlsen" >
11941194 Added new abstract class "CatchAndRethrowClosure" that re-throws any checked exception
@@ -1213,7 +1213,7 @@ features, this release includes numerous bug fixes.
12131213 "SetUniqueList#set(int, Object)" will now correctly enforce the uniqueness constraint.
12141214 </action >
12151215 <action issue =" COLLECTIONS-303" dev =" bayard" type =" fix" due-to =" Emmanuel Bourg" >
1216- Improved javadoc for "Unmodifiable*" classes wrt behavior when the user tries
1216+ Improved Javadoc for "Unmodifiable*" classes wrt behavior when the user tries
12171217 to modify the collection.
12181218 </action >
12191219 <action issue =" COLLECTIONS-298" dev =" bayard" type =" update" due-to =" Benjamin Bentmann" >
@@ -1234,7 +1234,7 @@ features, this release includes numerous bug fixes.
12341234 Added method "CollatingIterator#getIteratorIndex()".
12351235 </action >
12361236 <action issue =" COLLECTIONS-256,COLLECTIONS-288" dev =" bayard" type =" fix" due-to =" Paul Benedict" >
1237- Fixed javadoc for "ListUtils#transformedList(List)" to clarify that existing objects
1237+ Fixed Javadoc for "ListUtils#transformedList(List)" to clarify that existing objects
12381238 in the list are not transformed.
12391239 </action >
12401240 <action issue =" COLLECTIONS-286" dev =" mbenson" type =" add" due-to =" Geoffrey De Smet" >
@@ -1265,7 +1265,7 @@ features, this release includes numerous bug fixes.
12651265 as input.
12661266 </action >
12671267 <action issue =" COLLECTIONS-262" dev =" bayard" type =" fix" due-to =" Lisen Mu" >
1268- Fixed javadoc for methods "firstKey()" and "lastKey()" in class "AbstractLinkedMap".
1268+ Fixed Javadoc for methods "firstKey()" and "lastKey()" in class "AbstractLinkedMap".
12691269 </action >
12701270 <action issue =" COLLECTIONS-261" dev =" bayard" type =" fix" due-to =" ori" >
12711271 "Flat3Map#remove(Object)" will now return the correct value mapped to the removed key
@@ -1299,7 +1299,7 @@ features, this release includes numerous bug fixes.
12991299 </action >
13001300 <action issue =" COLLECTIONS-237" dev =" tn" type =" add" due-to =" Nils Kaiser, Alan Mehlo" >
13011301 Added method "MultiValueMap#iterator()" to return a flattened version of
1302- "entrySet().iterator()". Clarified javadoc for "entrySet()" that the returned Entry
1302+ "entrySet().iterator()". Clarified Javadoc for "entrySet()" that the returned Entry
13031303 objects are unflattened, i.e. the Entry object for a given key contains all values
13041304 mapped to this key.
13051305 </action >
0 commit comments