Commit Graph

2662 Commits

Author SHA1 Message Date
dota17 3bb76c2da1 Add junit for GrowthListTest(int initialCapacity) (#92) 2019-10-24 19:11:40 -04:00
Gary Gregory 6e1443e3b1 [COLLECTIONS-704] Update size to capacity for GrowthList #90. 2019-10-22 21:05:47 -04:00
dota17 c184745990 [COLLECTIONS-704] Update size to capacity for GrowthList (#90) 2019-10-22 15:46:53 -04:00
Gary Gregory 16a7871c7d Drop Subversion Id keywords. 2019-10-17 14:26:04 -04:00
Gary Gregory 92ffe081ad Fix typos in release notes and Javadoc for AbstractHashedMap and
AbstractHashedMapTest #88.
2019-10-17 08:45:08 -04:00
dota17 32f2d4a832 find and fix fixtypo (#88) 2019-10-17 08:40:55 -04:00
Trey Woodlief bbedeea782 Added additional tests for map classes based on mutation results (#87) 2019-10-12 15:05:56 -04:00
Gary Gregory ea548e0172 [COLLECTIONS-729] Credit for "Add test cases to IteratorUtilsTest #86." 2019-09-30 09:25:01 -04:00
Gary Gregory 99ffb47b6b Credit for "Add test cases to IteratorUtilsTest #86." 2019-09-30 09:24:09 -04:00
Gary Gregory a2c789233b Formatting after applying patch. 2019-09-30 09:22:47 -04:00
dota17 c86c01a2e2 Add Testcases (#86) 2019-09-30 09:15:02 -04:00
Gary Gregory 3fa9e323af [COLLECTIONS-679] Using existing class in example given in Javadocs.
#85.
2019-09-25 10:45:43 -04:00
Mikko Maunu f72f1ae330 [COLLECTIONS-679] Using existing class in example given in Javadocs. (#85) 2019-09-25 10:42:44 -04:00
Gary Gregory 8f39771cb5 Remove unused import. 2019-09-14 15:28:32 -04:00
Gary Gregory 6834b1791c Better error message (also shorter and makes Checkstyle happy.) 2019-09-14 15:28:11 -04:00
Gary Gregory a2317f6299 More lambdas, less boilerplate. 2019-09-14 15:25:22 -04:00
Gary Gregory 7b71693458 Escape ampersands in Javadoc. 2019-09-12 20:23:16 -04:00
Gary Gregory eb0e5411ac [COLLECTIONS-727] A potential misleading comment #82. 2019-08-23 16:14:58 -04:00
XZ-X b3499dab79 [Collections-727] fix the potential misleading comment: change the index boundary from > size() to >= size() (#82) 2019-08-23 16:11:30 -04:00
Gary Gregory 041fdadb42 More tests. 2019-08-18 09:57:36 -07:00
Gary Gregory 616dfe5314 Add missing test case. 2019-08-16 08:12:26 -07:00
Gary Gregory e0b5e624a7 Add missing test case. 2019-08-15 13:09:28 -07:00
Gary Gregory b1511c79aa [COLLECTIONS-726] Add lambdas function to provide default values in
MapUtils. Implementation based on the idea of PR #81. Closes #81.

- The implementation is much more concise than the PR.
- Sort methods.
- Line length 120.
- Close HTML tags in Javadoc.
2019-08-14 15:11:56 -07:00
Sebb f823985339 More fixups to pom; rebuild download page 2019-08-02 15:39:21 +01:00
Gary Gregory 3927b6ca1e Fix download page for 3.2.2. 2019-08-02 09:54:52 -04:00
Gary Gregory 966adc0688 Fix the site's source repository link. 2019-07-21 16:49:45 -04:00
Gary Gregory 42909f82d9 Merge branch 'master' of http://gitbox.apache.org/repos/asf/commons-collections.git 2019-07-10 10:43:18 -04:00
Gary Gregory 842075f0a9 [COLLECTIONS-724] Simplify two remove-if loops #77. 2019-07-10 10:43:11 -04:00
Eitan Adler 07b82f6a69 Simplify two remove-if loops (#77)
These are semantically identical easier to read.
2019-07-10 10:39:51 -04:00
Gary Gregory 011ae37428 Add missing release notes 4.4 XML. 2019-07-09 10:23:17 -04:00
Gary Gregory 34b8bb25f1 Prepate for release 4.4. 2019-07-05 13:43:30 -04:00
Gary Gregory 73fad758a0 Prepate for release 4.4. 2019-07-05 13:41:14 -04:00
Gary Gregory f446cee7dc Prepate for release 4.4. 2019-07-05 13:14:55 -04:00
Gary Gregory 71d41b4d48 Comment empty blocks. 2019-07-05 13:10:34 -04:00
Gary Gregory ab9e84c47a Remove trailing white spaces on all lines. 2019-07-05 13:07:13 -04:00
Gary Gregory dd41aa800c Javadoc. 2019-07-05 13:06:02 -04:00
Gary Gregory 670dc76cf5 Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:57:40 -04:00
Gary Gregory 4ddee8a0ac Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:57:02 -04:00
Gary Gregory a434957f70 Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:56:01 -04:00
Gary Gregory 291414cd57 Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:53:51 -04:00
Gary Gregory f12470cd6c Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:52:07 -04:00
Gary Gregory 0117ba7a88 [COLLECTIONS-716] Don't include email address in Exception messages. 2019-07-05 11:27:50 -04:00
Gary Gregory 28a1b8b4f7 [COLLECTIONS-723] Make use of FunctionalInterface #48. 2019-07-05 11:22:17 -04:00
Eitan Adler dea6dfa6fa global: make use of FunctionalInterface (#48)
Now that we're using Java 8, it seems reasonable to annotate.
2019-07-05 11:15:59 -04:00
Gary Gregory 2b967b82fc [COLLECTIONS-719 Support Transformer for LazyList Closes #52. 2019-07-05 11:11:34 -04:00
Stephan Windmüller d88810bd10 [COLLECTIONS-694] Support Transformer for LazyList (#52)
Squashing and merging. @stovocor @kinow
2019-07-05 11:03:18 -04:00
Gary Gregory 0e25c94e3a Javadoc. 2019-07-05 10:51:02 -04:00
Gary Gregory 38b8a8975f Javadoc: Add missing @param tags for generics. 2019-07-05 10:37:07 -04:00
Gary Gregory 7db45d3971 Use HTTPS links to Apache. 2019-07-04 09:52:33 -04:00
Sebb cb57e04fd6 COLLECTIONS-716 Don't include email address in Exception messages 2019-06-17 23:49:07 +01:00
Gary Gregory ea9b4b51b0
[COLLECTIONS-719] Create a PropertiesFactory and (#75)
[COLLECTIONS-719] Create a PropertiesFactory and SortedPropertiesFactory.
2019-06-11 22:26:28 -04:00
Gary Gregory 4a29880950 Name "Apache Commons" in page title. 2019-06-06 10:07:08 -04:00
Gary Gregory 8ed5f6df65 Close Javadoc tags. 2019-05-30 17:10:46 -04:00
Gary Gregory 252170f2de [COLLECTIONS-718] Fix LRUMap exception message. 2019-05-21 07:20:20 -04:00
Eitan Adler b150dc8860 Fix LRUMap exception message (#72)
The exception error message does not include an '=' before every field.
2019-05-21 07:16:30 -04:00
Gary Gregory b0b5759d5a Close tags in class-level Javadoc. No empty p tags.
Remove trailing spaces.
2019-05-10 08:37:02 -04:00
Gary Gregory 0d489086a3 Javadoc: Close tags. 2019-05-08 20:41:28 -04:00
Gary Gregory 8688bf734e [COLLECTIONS-715] Implement Collection's removeIf(). 2019-05-05 10:23:33 -04:00
이종현 bd76c28259 Add removeIf (#70)
* Add removeIf to SynchronizedCollection, Add mac store files to gitignore

* - added removeIf

* - added removeIf
- added Tests for removeIf

* minor fix

* p tag fix in comments

* Added @since 4.4 javadoc tag
2019-05-05 10:16:38 -04:00
Gary Gregory 3b9f72be23 Remove redundant type arguments. 2019-03-09 08:47:39 -05:00
Bruno P. Kinoshita 9f45dc09e3 Fix PMD issue regarding Ternary operators that can be simplified 2019-02-16 21:51:21 +13:00
Bruno P. Kinoshita 2da1b2f60d Fix PMD issue for class already imported 2019-02-16 21:39:48 +13:00
Bruno P. Kinoshita 3742db4b28 enum constructors are already private 2019-02-16 21:39:30 +13:00
Bruno P. Kinoshita 61049275b0 Remove unused imports 2019-02-16 21:30:46 +13:00
Bruno P. Kinoshita 0d892c260a Remove unnecessary supress warning for generics 2019-02-16 21:29:56 +13:00
Eitan Adler 342b03d1dd [BulkTest] remove workarounds for buggy JDK 1.6 implementations (#68)
Considering that we now require Java 8, having a workaround for IBM's
version of JDK 1.6 isn't required.
2019-02-10 06:48:18 -05:00
Gary Gregory c46666c5dd [COLLECTIONS-710] NullPointerExceptions in CompositeCollection,
CompositeSet, and CompositeMap.
2019-02-09 18:00:23 -05:00
Gary Gregory 036bbf34d2 [COLLECTIONS-710] Calling CompositeCollection.size() will cash if the
list contains null element.
2019-02-09 17:52:29 -05:00
Gary Gregory b97da105fb [COLLECTIONS-710] Calling CompositeCollection.size() will cash if the
list contains null element.
2019-02-09 17:41:20 -05:00
Gary Gregory b4ac43e113 Sort members. 2019-02-09 17:21:31 -05:00
Eitan Adler 896334a1e3 [FixedOrderComparator] Simplify always false condition
map is a final value initialized to an object and can never be null.
2019-02-08 23:59:52 -08:00
Maxim Solodovnik 40d6ffa381
Missing top level javadoc link is added 2019-02-07 22:32:33 +07:00
Maxim Solodovnik 89008f2b15 Create Commons collections 4.3 release tag
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZu5YACgkQnmkXtcRn
 Um5rFg/8CdoshaRoLOHXz69U2vQmW6IbKogi+dUTOofD+532XExl/4nwq+E1U7Db
 3ibOFVoEZ73VFRIOhjaEHEwi6+ZNvp6Bxv7HxEN6pcEvIXPuqljwmaLLXkKzZeCP
 2y0bxoztYAHVWbcBfLvSRWBbkzkmRnq/00Mmp6HwOdf6w+Z2+5XpNIqs7kYUWkqw
 7hsDZQhbIWGIo2grb8LlloE4FchXwqg6lfmtNTlaXGlZpxOYNuq+RtF+RSPngKgl
 Dg0oAoupV6YQa3f5Yj2/o/5GZV6lEpttYqlwSlY+PmdMJue5vm9SxUmbIeoT9XJe
 oNjbb4nGOm/cthM/DDnIVSzgqGhvG/ui1gAforP6Ft4VKUZtVnAIxOCS8nWOgQg6
 OdCPOYOd6n6fIC5Tft7bUsedAMfLiy9FtUx2Nw9KFfVicNIyqCNxU5NXOqfi+66x
 dWbPV73yFsRzGQZ09Vsb6uvT2qV1IXCWqmzGebyyQAttAmLiUw3A97s+IoJkpzm9
 vnKaRGDHlka8jazkIYRWkfC2fg/jlIV7no7CBqn6m/y/6M+wDT0RqrN/gylDUbSy
 ArfXdHG0A5gSlN/nwAS+ZhHezD00bYp7SZeaesaco6YwzjaCd7p+wLoAmP8e8JsC
 lq8zLQK15EwolvV9Tg8jf9lXBx49XdaecHRZyH0W/UYo3LZ95R4=
 =ohor
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZvTUACgkQnmkXtcRn
 Um7Oig/9GngaHSfgwJf+oUeFZGuMan7QPar5SX7lbygWXKiSX8M1wzJtSjl0kI/P
 EewGiWZMKUn/aK4hihIz/03xVkU0PHlYe+qn00zY4iN4A+fKKRugyDPgQ8OaCI9e
 m87vkVGP7eja4bJ1LtaxgZ6vgshBOdOKv6S2Ask2nHyi6unzo2JjS7LUkakyCIV8
 R5SZpGDEQzv6eRGzmTO6f/WrLehausg6VxTEqBHcvySUW2P5P4UiJWl9md3inyW8
 0VEANW6/LEXHNIpjL8BxPv2BTotBL/jU/4978rqg7tBSs4vrcXytMiS9/9rhYm0o
 fygnWKh8tADbu9vPIEZZrH7f+EBPEDqQDK3K8HW9SCBoG868ryuqwuYX/1iI+iiM
 wQKtd6tE66O3+XVJNcFOc7/TJNdHtdU2i4bYpLxQy0dE2N2Eor1thrW4wo7TldET
 kN2lN8ZarZFwGVNGyFn8WqgihbZ4C/Xe8x6cO1IBoNGUjL8LRTDWW8w2d+gmFNUv
 dw91yDzEnyHWODvkVFlwsAZ4wLp/OrtT33KTDVUC7OQGGDDUL/eNRnsx3/6QuqbC
 U2EZVcELcxvBwLxhgyGoHUTAEI8gM3HVyeplHSriTToI0qZt0iXLyAWIcVgHlRKe
 2aID5WTTuaST/YyNDoLXcNM6Hj42XnDiDGotKBbiv7f6treTnlM=
 =D+uv
 -----END PGP SIGNATURE-----

Merge tag 'collections-4.3'

Create Commons collections 4.3 release tag
2019-02-05 23:43:30 +07:00
Bobby Wertman ea11bf98b0 [COLLECTIONS-706] Set Entry count to 0 after remove. 2019-01-20 09:07:01 -05:00
Bruno P. Kinoshita ba66f76a13 Fix PMD issue (unnecessary private modifier in enum constructor) 2018-12-30 20:16:41 +13:00
Bruno P. Kinoshita 66a12849c7 Fix checkstyle issue (remove unused import) 2018-12-30 20:15:49 +13:00
Bruno P. Kinoshita 2667694732 Fix checkstyle issue (trailing spaces) 2018-12-30 20:15:14 +13:00
Maxim Solodovnik 77e37dbf23
index.xml is updated with version 4.3, release notes for 4.3 is created 2018-12-26 20:04:11 +07:00
Maxim Solodovnik 54fb18ac54
Download page and build properties are updated 2018-12-26 08:33:15 +07:00
Maxim Solodovnik 5f959fd8e7
Release candidate. 2018-12-18 21:53:01 +07:00
Gary Gregory b3cc99ca7d Add org.apache.commons.collections4.SetUtilsTest.testUnmodifiableSetWrap()
and sort methods.
2018-12-11 09:08:48 -07:00
Gary Gregory e6743fb61d Add org.apache.commons.collections4.SetUtilsTest.testUnmodifiableSetWrap()
and sort methods.
2018-12-11 09:06:17 -07:00
Gary Gregory 75c8ade02e [COLLECTIONS-706] Add SetUtils.unmodifiableSet(T... items) method. 2018-12-11 08:50:46 -07:00
Gary Gregory 15a3044690 Sort methods. 2018-12-11 08:40:50 -07:00
Tomas Tulka 26bebdafe4 [COLLECTIONS-703] The PassiveExpiringMap#put() method should return the
previous record only if not expired.
2018-11-23 00:51:19 -07:00
Gary Gregory c15be5398f [COLLECTIONS-701] StackOverflowError in SetUniqueList.add() when it
receives itself. Closes #57.
2018-11-23 00:33:19 -07:00
Don Jeba 1979a6e310 [COLLECTIONS-701] StackOverflowError in SetUniqueList.add() when it
receives itself. Closes #57.
2018-11-23 00:32:09 -07:00
Gary Gregory dc828f8b16 Sort members. 2018-11-23 00:24:01 -07:00
Nandor Kollar 2ec7843b94 [PATCH] Fix Rat check - add missing licence header. Closes #58. 2018-11-13 15:18:43 -07:00
Gary Gregory a424d2ff17 [COLLECTIONS-701] SetUniqueList.add() crashes due to infinite recursion.
Add tests.
2018-11-08 12:00:23 -07:00
Gary Gregory d8fd531766 Javadoc nits. 2018-11-01 14:10:30 -06:00
Gary Gregory 6b9e6419fc Casting to Object[] allows compilation on Java 11. 2018-10-28 08:59:29 -06:00
Gary Gregory 43b7fe30ec Typo. 2018-10-22 23:04:56 -06:00
Gary Gregory dc9032be28 Refactor common code into a private method. 2018-10-11 17:49:35 -06:00
george-ranjan 74ad211470 COLLECTIONS-697: Ensure FixedSizeList respects underlying list's size
Formally document and test that if the size of the backing list of
FixedSizeList changes, then so does the FixedSizeList. This has been the
historical behavior. Letting it be part of the contract is reasonable,
expected, and worthwhile to note.

Fixes #55
2018-10-03 03:40:46 -07:00
Gary Gregory d6800c606c [COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR
#51.
2018-09-19 09:09:16 -06:00
Maxim Solodovnik 2374711606 [COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR
#51.
2018-09-19 09:09:10 -06:00
Gary Gregory ad442e3c73 Update description. 2018-09-19 09:02:48 -06:00
Gary Gregory 0dad34216c Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-collections.git 2018-07-27 08:48:26 -06:00
Gary Gregory 3e7d4ff5a2 [COLLECTIONS-692] Replace use of deprecated Class#newInstance() #49.
Closes #49.
2018-07-27 08:48:14 -06:00
Gary Gregory d0954e2337 [COLLECTIONS-692] Replace use of deprecated Class#newInstance() #49.
Closes #49.
2018-07-27 08:32:47 -06:00
Gary Gregory b1c45ac691 [COLLECTIONS-692] Replace use of deprecated Class#newInstance() #49. 2018-07-27 08:32:13 -06:00
Bruno P. Kinoshita e12b9fac5c [COLLECTIONS-691] add changes.xml entry 2018-07-25 21:23:50 +12:00
Eitan Adler 9a6e25230e [COLLECTIONS-691] Use boolean operator for boolean result 2018-07-25 21:23:50 +12:00
Eitan Adler c4f4528b35 IdentityMap: correct JavaDoc
This closes #47
2018-07-23 20:56:26 +12:00
Gary Gregory 80238cd1c0 [COLLECTIONS-689] Link to Javadoc API broken. 2018-07-17 10:04:29 -06:00
Gary Gregory 734f7f3dbd [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:25:22 -06:00
Gary Gregory 482762a13f [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:08:27 -06:00
Gary Gregory 46932f034f Add entry for next release. 2018-07-12 08:32:01 -06:00
Gary Gregory 0dc16c2049 Set release date. 2018-07-12 08:31:24 -06:00
Gary Gregory 03a9b7e5ef Add download link which is now required in announce emails. 2018-07-07 18:09:46 -06:00
Gary Gregory bd50a518e0 Fix broken link. 2018-07-07 17:00:34 -06:00
Gary Gregory 42548d57b7 Remove redundant link. 2018-07-07 16:58:14 -06:00
Gary Gregory 70e4cb8b3d Update docs for Maven only builds. 2018-07-07 16:57:11 -06:00
Gary Gregory 333971caf3 PMD: Avoid modifiers which are implied by the context. 2018-07-07 15:36:41 -06:00
Gary Gregory bce159a0c9 PMD: Avoid modifiers which are implied by the context. 2018-07-07 15:29:42 -06:00
Gary Gregory c4190304ba Fix Checkstyle: Max line length is 120. 2018-07-07 11:41:10 -06:00
Gary Gregory a528bcb1eb Use final. 2018-07-07 11:39:15 -06:00
Gary Gregory 525d1fd7ca Use a Java 5 for each loop. 2018-07-07 11:38:47 -06:00
Gary Gregory d86509b096 Remove redundant modifiers. 2018-07-07 11:37:21 -06:00
Gary Gregory 9f1dabed56 Remove redundant type arguments. 2018-07-07 11:36:04 -06:00
Gary Gregory e22859d093 Remove trailing white spaces on all lines. 2018-07-07 11:34:33 -06:00
Gary Gregory d42cb86f2f Prepare for release 4.2 and clean up some docs. 2018-07-07 11:33:47 -06:00
Gary Gregory 8cbe867552 Add missing Javadoc tag. 2018-07-07 11:24:43 -06:00
Stephan Fuhrmann 51186c1def Moved tests from JUnit 3 to JUnit 4 nomenclature. Closes #44. 2018-06-20 14:49:29 -06:00
Gary Gregory 11eca16f4a The the patrol. 2018-06-16 15:44:05 -06:00
Gary Gregory 3ec21db265 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:33:45 -06:00
Gary Gregory c232564c61 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:31:04 -06:00
Stephan Fuhrmann 775886ba0c Javadoc fixes. Closes #43. 2018-06-15 16:26:27 -06:00
Gary Gregory 949d747373 Use final. 2018-06-12 15:44:36 -06:00
Gary Gregory 8312673aa7 Closes #37. 2018-06-12 15:44:05 -06:00
Stephan Fuhrmann b88b065aa9 [COLLECTIONS-673] ListUtils.partition potential integer overflow.
Applied patch with reformatting.
2018-06-12 15:43:42 -06:00
Gary Gregory 274c9c1d37 Use final. 2018-06-12 15:33:17 -06:00
Gary Gregory 56706c8203 Remove trailing white spaces on all lines. 2018-06-12 15:32:24 -06:00
Stephan Fuhrmann bbf6533902 Some test cases going more into the details of the Flat3Map
implementation. Closes #39.
2018-06-12 15:31:24 -06:00
Bruno P. Kinoshita 75e87fc76a COLLECTIONS-681: add changes.xml entry
This closes #38
2018-06-10 11:37:03 +12:00
Bruno P. Kinoshita e63c536193 COLLECTIONS-681: expand imports 2018-06-10 11:35:20 +12:00
Stephan Fuhrmann 13467cbc7f COLLECTIONS-681: New unit test for MultiSetUtils 2018-06-10 11:34:43 +12:00
Gary Gregory 7aff78974c Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:18:27 -06:00
Gary Gregory a047296d3e Prepare for release while testing build and release plugins. 2018-05-14 17:51:28 -06:00
Gary Gregory bcc005a0fd Prepare for next release. 2018-05-13 10:30:15 -06:00
Gary Gregory 0ca8f9b9fe - Reverting changes since these break binary compatibility. Setting Jira
tickets to 5.0.
- [COLLECTIONS-675] Modify IteratorUtils.peekingIterator signature to
return PeekingIterator.
- [COLLECTIONS-676] Modify IteratorUtils.pushbackIterator signature to
return PushbackIterator.
2018-03-29 11:29:07 -06:00
Gary Gregory 8354ffffce [COLLECTIONS-678] The verification of unsupported iterator methods is
not complete. Closes #36.
2018-03-08 13:13:31 -07:00
Gary Gregory 8da9a65b63 [COLLECTIONS-676] Modify IteratorUtils.pushbackIterator signature to
return PushbackIterator.
2018-02-22 14:49:17 -07:00
Gary Gregory 96eddd6ae1 [COLLECTIONS-675] Modify IteratorUtils.peekingIterator signature to
return PeekingIterator.
2018-02-22 14:45:21 -07:00
Gary Gregory 2dd7c4ad8e Remove trailing white spaces on all lines. 2018-02-22 13:31:22 -07:00
Gary Gregory 864fda4370 Sort members. 2018-02-22 13:30:44 -07:00
Gary Gregory 8accf274ba Javadoc nit. 2018-02-22 13:30:12 -07:00
Gary Gregory 68747912d2 Javadoc nit. 2018-02-22 13:29:31 -07:00
Gary Gregory 4a9bcd0f52 [COLLECTIONS-599] HashEntry array object naming data initialized with
double the size during deserialization.
2018-02-01 11:50:15 -07:00