From 920d169dac924fa54ebbdfa9f29f1ac027371087 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Thu, 29 Dec 2016 21:24:00 -0800 Subject: [PATCH] collectionsindepth -> moreaboutcollections --- .../AssociativeArray.java | 2 +- {understandingcollections => moreaboutcollections}/Bits.java | 2 +- .../CanonicalMapping.java | 2 +- .../CollectionMethods.java | 2 +- .../CountedString.java | 2 +- .../Enumerations.java | 2 +- .../FailFast.java | 2 +- .../FillMapTest.java | 2 +- .../FillingLists.java | 2 +- .../FunctionalMap.java | 2 +- .../Groundhog.java | 2 +- .../Groundhog2.java | 2 +- .../HTMLColorTest.java | 2 +- .../IndividualTest.java | 2 +- .../LinkedHashMapDemo.java | 2 +- {understandingcollections => moreaboutcollections}/ListOps.java | 2 +- .../ListSortSearch.java | 2 +- .../MapEntry.java | 2 +- {understandingcollections => moreaboutcollections}/MapOps.java | 2 +- {understandingcollections => moreaboutcollections}/NavMap.java | 2 +- .../Prediction.java | 2 +- .../QueueBehavior.java | 2 +- .../ReadOnly.java | 2 +- .../References.java | 2 +- .../SetOrder.java | 2 +- .../SimpleDeques.java | 2 +- .../SimpleHashMap.java | 2 +- {understandingcollections => moreaboutcollections}/SlowMap.java | 2 +- .../SortedMapDemo.java | 2 +- .../SortedSetDemo.java | 2 +- .../SpringDetector.java | 2 +- .../SpringDetector2.java | 2 +- {understandingcollections => moreaboutcollections}/Stacks.java | 2 +- .../StreamFillMaps.java | 2 +- .../StringHashCode.java | 2 +- .../SuppliersCollectionTest.java | 2 +- .../Synchronization.java | 2 +- .../ToDoList.java | 2 +- .../TypesForSets.java | 2 +- .../Unsupported.java | 2 +- .../Utilities.java | 2 +- .../jmh/Deques.java | 2 +- .../jmh/Lists.java | 2 +- .../jmh/Maps.java | 2 +- .../jmh/Queues.java | 2 +- .../jmh/Sets.java | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) rename {understandingcollections => moreaboutcollections}/AssociativeArray.java (97%) rename {understandingcollections => moreaboutcollections}/Bits.java (98%) rename {understandingcollections => moreaboutcollections}/CanonicalMapping.java (96%) rename {understandingcollections => moreaboutcollections}/CollectionMethods.java (98%) rename {understandingcollections => moreaboutcollections}/CountedString.java (97%) rename {understandingcollections => moreaboutcollections}/Enumerations.java (94%) rename {understandingcollections => moreaboutcollections}/FailFast.java (93%) rename {understandingcollections => moreaboutcollections}/FillMapTest.java (95%) rename {understandingcollections => moreaboutcollections}/FillingLists.java (95%) rename {understandingcollections => moreaboutcollections}/FunctionalMap.java (94%) rename {understandingcollections => moreaboutcollections}/Groundhog.java (90%) rename {understandingcollections => moreaboutcollections}/Groundhog2.java (92%) rename {understandingcollections => moreaboutcollections}/HTMLColorTest.java (97%) rename {understandingcollections => moreaboutcollections}/IndividualTest.java (93%) rename {understandingcollections => moreaboutcollections}/LinkedHashMapDemo.java (95%) rename {understandingcollections => moreaboutcollections}/ListOps.java (99%) rename {understandingcollections => moreaboutcollections}/ListSortSearch.java (97%) rename {understandingcollections => moreaboutcollections}/MapEntry.java (96%) rename {understandingcollections => moreaboutcollections}/MapOps.java (98%) rename {understandingcollections => moreaboutcollections}/NavMap.java (98%) rename {understandingcollections => moreaboutcollections}/Prediction.java (92%) rename {understandingcollections => moreaboutcollections}/QueueBehavior.java (96%) rename {understandingcollections => moreaboutcollections}/ReadOnly.java (97%) rename {understandingcollections => moreaboutcollections}/References.java (98%) rename {understandingcollections => moreaboutcollections}/SetOrder.java (97%) rename {understandingcollections => moreaboutcollections}/SimpleDeques.java (97%) rename {understandingcollections => moreaboutcollections}/SimpleHashMap.java (98%) rename {understandingcollections => moreaboutcollections}/SlowMap.java (97%) rename {understandingcollections => moreaboutcollections}/SortedMapDemo.java (96%) rename {understandingcollections => moreaboutcollections}/SortedSetDemo.java (96%) rename {understandingcollections => moreaboutcollections}/SpringDetector.java (96%) rename {understandingcollections => moreaboutcollections}/SpringDetector2.java (93%) rename {understandingcollections => moreaboutcollections}/Stacks.java (98%) rename {understandingcollections => moreaboutcollections}/StreamFillMaps.java (96%) rename {understandingcollections => moreaboutcollections}/StringHashCode.java (89%) rename {understandingcollections => moreaboutcollections}/SuppliersCollectionTest.java (97%) rename {understandingcollections => moreaboutcollections}/Synchronization.java (94%) rename {understandingcollections => moreaboutcollections}/ToDoList.java (97%) rename {understandingcollections => moreaboutcollections}/TypesForSets.java (98%) rename {understandingcollections => moreaboutcollections}/Unsupported.java (98%) rename {understandingcollections => moreaboutcollections}/Utilities.java (98%) rename {understandingcollections => moreaboutcollections}/jmh/Deques.java (97%) rename {understandingcollections => moreaboutcollections}/jmh/Lists.java (98%) rename {understandingcollections => moreaboutcollections}/jmh/Maps.java (97%) rename {understandingcollections => moreaboutcollections}/jmh/Queues.java (97%) rename {understandingcollections => moreaboutcollections}/jmh/Sets.java (97%) diff --git a/understandingcollections/AssociativeArray.java b/moreaboutcollections/AssociativeArray.java similarity index 97% rename from understandingcollections/AssociativeArray.java rename to moreaboutcollections/AssociativeArray.java index 9caffdf1..597e2a82 100644 --- a/understandingcollections/AssociativeArray.java +++ b/moreaboutcollections/AssociativeArray.java @@ -1,4 +1,4 @@ -// understandingcollections/AssociativeArray.java +// moreaboutcollections/AssociativeArray.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Bits.java b/moreaboutcollections/Bits.java similarity index 98% rename from understandingcollections/Bits.java rename to moreaboutcollections/Bits.java index 3cf274b8..a075f5e4 100644 --- a/understandingcollections/Bits.java +++ b/moreaboutcollections/Bits.java @@ -1,4 +1,4 @@ -// understandingcollections/Bits.java +// moreaboutcollections/Bits.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/CanonicalMapping.java b/moreaboutcollections/CanonicalMapping.java similarity index 96% rename from understandingcollections/CanonicalMapping.java rename to moreaboutcollections/CanonicalMapping.java index 8923d91f..1af76e80 100644 --- a/understandingcollections/CanonicalMapping.java +++ b/moreaboutcollections/CanonicalMapping.java @@ -1,4 +1,4 @@ -// understandingcollections/CanonicalMapping.java +// moreaboutcollections/CanonicalMapping.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/CollectionMethods.java b/moreaboutcollections/CollectionMethods.java similarity index 98% rename from understandingcollections/CollectionMethods.java rename to moreaboutcollections/CollectionMethods.java index eaea1383..4fd86bbc 100644 --- a/understandingcollections/CollectionMethods.java +++ b/moreaboutcollections/CollectionMethods.java @@ -1,4 +1,4 @@ -// understandingcollections/CollectionMethods.java +// moreaboutcollections/CollectionMethods.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/CountedString.java b/moreaboutcollections/CountedString.java similarity index 97% rename from understandingcollections/CountedString.java rename to moreaboutcollections/CountedString.java index 1afa8874..03aa556f 100644 --- a/understandingcollections/CountedString.java +++ b/moreaboutcollections/CountedString.java @@ -1,4 +1,4 @@ -// understandingcollections/CountedString.java +// moreaboutcollections/CountedString.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Enumerations.java b/moreaboutcollections/Enumerations.java similarity index 94% rename from understandingcollections/Enumerations.java rename to moreaboutcollections/Enumerations.java index dd40487e..2a90dda5 100644 --- a/understandingcollections/Enumerations.java +++ b/moreaboutcollections/Enumerations.java @@ -1,4 +1,4 @@ -// understandingcollections/Enumerations.java +// moreaboutcollections/Enumerations.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/FailFast.java b/moreaboutcollections/FailFast.java similarity index 93% rename from understandingcollections/FailFast.java rename to moreaboutcollections/FailFast.java index f72b1dff..679cb933 100644 --- a/understandingcollections/FailFast.java +++ b/moreaboutcollections/FailFast.java @@ -1,4 +1,4 @@ -// understandingcollections/FailFast.java +// moreaboutcollections/FailFast.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/FillMapTest.java b/moreaboutcollections/FillMapTest.java similarity index 95% rename from understandingcollections/FillMapTest.java rename to moreaboutcollections/FillMapTest.java index 08dc9404..1139d8d0 100644 --- a/understandingcollections/FillMapTest.java +++ b/moreaboutcollections/FillMapTest.java @@ -1,4 +1,4 @@ -// understandingcollections/FillMapTest.java +// moreaboutcollections/FillMapTest.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/FillingLists.java b/moreaboutcollections/FillingLists.java similarity index 95% rename from understandingcollections/FillingLists.java rename to moreaboutcollections/FillingLists.java index 560c49f5..c3815462 100644 --- a/understandingcollections/FillingLists.java +++ b/moreaboutcollections/FillingLists.java @@ -1,4 +1,4 @@ -// understandingcollections/FillingLists.java +// moreaboutcollections/FillingLists.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/FunctionalMap.java b/moreaboutcollections/FunctionalMap.java similarity index 94% rename from understandingcollections/FunctionalMap.java rename to moreaboutcollections/FunctionalMap.java index a1267377..bb59e18c 100644 --- a/understandingcollections/FunctionalMap.java +++ b/moreaboutcollections/FunctionalMap.java @@ -1,4 +1,4 @@ -// understandingcollections/FunctionalMap.java +// moreaboutcollections/FunctionalMap.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Groundhog.java b/moreaboutcollections/Groundhog.java similarity index 90% rename from understandingcollections/Groundhog.java rename to moreaboutcollections/Groundhog.java index 9bbc43f8..efaf1d0e 100644 --- a/understandingcollections/Groundhog.java +++ b/moreaboutcollections/Groundhog.java @@ -1,4 +1,4 @@ -// understandingcollections/Groundhog.java +// moreaboutcollections/Groundhog.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Groundhog2.java b/moreaboutcollections/Groundhog2.java similarity index 92% rename from understandingcollections/Groundhog2.java rename to moreaboutcollections/Groundhog2.java index 7c0d05e6..5337955f 100644 --- a/understandingcollections/Groundhog2.java +++ b/moreaboutcollections/Groundhog2.java @@ -1,4 +1,4 @@ -// understandingcollections/Groundhog2.java +// moreaboutcollections/Groundhog2.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/HTMLColorTest.java b/moreaboutcollections/HTMLColorTest.java similarity index 97% rename from understandingcollections/HTMLColorTest.java rename to moreaboutcollections/HTMLColorTest.java index 7256bfcb..b61c5458 100644 --- a/understandingcollections/HTMLColorTest.java +++ b/moreaboutcollections/HTMLColorTest.java @@ -1,4 +1,4 @@ -// understandingcollections/HTMLColorTest.java +// moreaboutcollections/HTMLColorTest.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/IndividualTest.java b/moreaboutcollections/IndividualTest.java similarity index 93% rename from understandingcollections/IndividualTest.java rename to moreaboutcollections/IndividualTest.java index 444de1a9..d689b190 100644 --- a/understandingcollections/IndividualTest.java +++ b/moreaboutcollections/IndividualTest.java @@ -1,4 +1,4 @@ -// understandingcollections/IndividualTest.java +// moreaboutcollections/IndividualTest.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/LinkedHashMapDemo.java b/moreaboutcollections/LinkedHashMapDemo.java similarity index 95% rename from understandingcollections/LinkedHashMapDemo.java rename to moreaboutcollections/LinkedHashMapDemo.java index 9691d771..bbf7d4ba 100644 --- a/understandingcollections/LinkedHashMapDemo.java +++ b/moreaboutcollections/LinkedHashMapDemo.java @@ -1,4 +1,4 @@ -// understandingcollections/LinkedHashMapDemo.java +// moreaboutcollections/LinkedHashMapDemo.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/ListOps.java b/moreaboutcollections/ListOps.java similarity index 99% rename from understandingcollections/ListOps.java rename to moreaboutcollections/ListOps.java index 790b3f5a..79a36532 100644 --- a/understandingcollections/ListOps.java +++ b/moreaboutcollections/ListOps.java @@ -1,4 +1,4 @@ -// understandingcollections/ListOps.java +// moreaboutcollections/ListOps.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/ListSortSearch.java b/moreaboutcollections/ListSortSearch.java similarity index 97% rename from understandingcollections/ListSortSearch.java rename to moreaboutcollections/ListSortSearch.java index 69d70d86..bee5dbf7 100644 --- a/understandingcollections/ListSortSearch.java +++ b/moreaboutcollections/ListSortSearch.java @@ -1,4 +1,4 @@ -// understandingcollections/ListSortSearch.java +// moreaboutcollections/ListSortSearch.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/MapEntry.java b/moreaboutcollections/MapEntry.java similarity index 96% rename from understandingcollections/MapEntry.java rename to moreaboutcollections/MapEntry.java index 207ea7c4..acef2b77 100644 --- a/understandingcollections/MapEntry.java +++ b/moreaboutcollections/MapEntry.java @@ -1,4 +1,4 @@ -// understandingcollections/MapEntry.java +// moreaboutcollections/MapEntry.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/MapOps.java b/moreaboutcollections/MapOps.java similarity index 98% rename from understandingcollections/MapOps.java rename to moreaboutcollections/MapOps.java index 6ad5ab70..512842d8 100644 --- a/understandingcollections/MapOps.java +++ b/moreaboutcollections/MapOps.java @@ -1,4 +1,4 @@ -// understandingcollections/MapOps.java +// moreaboutcollections/MapOps.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/NavMap.java b/moreaboutcollections/NavMap.java similarity index 98% rename from understandingcollections/NavMap.java rename to moreaboutcollections/NavMap.java index 74e4739f..9fbc11d2 100644 --- a/understandingcollections/NavMap.java +++ b/moreaboutcollections/NavMap.java @@ -1,4 +1,4 @@ -// understandingcollections/NavMap.java +// moreaboutcollections/NavMap.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Prediction.java b/moreaboutcollections/Prediction.java similarity index 92% rename from understandingcollections/Prediction.java rename to moreaboutcollections/Prediction.java index 72d3b340..db41724b 100644 --- a/understandingcollections/Prediction.java +++ b/moreaboutcollections/Prediction.java @@ -1,4 +1,4 @@ -// understandingcollections/Prediction.java +// moreaboutcollections/Prediction.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/QueueBehavior.java b/moreaboutcollections/QueueBehavior.java similarity index 96% rename from understandingcollections/QueueBehavior.java rename to moreaboutcollections/QueueBehavior.java index ada68969..c29c0327 100644 --- a/understandingcollections/QueueBehavior.java +++ b/moreaboutcollections/QueueBehavior.java @@ -1,4 +1,4 @@ -// understandingcollections/QueueBehavior.java +// moreaboutcollections/QueueBehavior.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/ReadOnly.java b/moreaboutcollections/ReadOnly.java similarity index 97% rename from understandingcollections/ReadOnly.java rename to moreaboutcollections/ReadOnly.java index 275805e3..bd4a113f 100644 --- a/understandingcollections/ReadOnly.java +++ b/moreaboutcollections/ReadOnly.java @@ -1,4 +1,4 @@ -// understandingcollections/ReadOnly.java +// moreaboutcollections/ReadOnly.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/References.java b/moreaboutcollections/References.java similarity index 98% rename from understandingcollections/References.java rename to moreaboutcollections/References.java index 73491ffa..2da197a5 100644 --- a/understandingcollections/References.java +++ b/moreaboutcollections/References.java @@ -1,4 +1,4 @@ -// understandingcollections/References.java +// moreaboutcollections/References.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SetOrder.java b/moreaboutcollections/SetOrder.java similarity index 97% rename from understandingcollections/SetOrder.java rename to moreaboutcollections/SetOrder.java index 2ca1a832..b8fdf6ca 100644 --- a/understandingcollections/SetOrder.java +++ b/moreaboutcollections/SetOrder.java @@ -1,4 +1,4 @@ -// understandingcollections/SetOrder.java +// moreaboutcollections/SetOrder.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SimpleDeques.java b/moreaboutcollections/SimpleDeques.java similarity index 97% rename from understandingcollections/SimpleDeques.java rename to moreaboutcollections/SimpleDeques.java index fd88a07e..8e07f587 100644 --- a/understandingcollections/SimpleDeques.java +++ b/moreaboutcollections/SimpleDeques.java @@ -1,4 +1,4 @@ -// understandingcollections/SimpleDeques.java +// moreaboutcollections/SimpleDeques.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SimpleHashMap.java b/moreaboutcollections/SimpleHashMap.java similarity index 98% rename from understandingcollections/SimpleHashMap.java rename to moreaboutcollections/SimpleHashMap.java index 49bffd5b..194dc808 100644 --- a/understandingcollections/SimpleHashMap.java +++ b/moreaboutcollections/SimpleHashMap.java @@ -1,4 +1,4 @@ -// understandingcollections/SimpleHashMap.java +// moreaboutcollections/SimpleHashMap.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SlowMap.java b/moreaboutcollections/SlowMap.java similarity index 97% rename from understandingcollections/SlowMap.java rename to moreaboutcollections/SlowMap.java index 1005b256..25dd8190 100644 --- a/understandingcollections/SlowMap.java +++ b/moreaboutcollections/SlowMap.java @@ -1,4 +1,4 @@ -// understandingcollections/SlowMap.java +// moreaboutcollections/SlowMap.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SortedMapDemo.java b/moreaboutcollections/SortedMapDemo.java similarity index 96% rename from understandingcollections/SortedMapDemo.java rename to moreaboutcollections/SortedMapDemo.java index 36a5e7fd..1fe931fe 100644 --- a/understandingcollections/SortedMapDemo.java +++ b/moreaboutcollections/SortedMapDemo.java @@ -1,4 +1,4 @@ -// understandingcollections/SortedMapDemo.java +// moreaboutcollections/SortedMapDemo.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SortedSetDemo.java b/moreaboutcollections/SortedSetDemo.java similarity index 96% rename from understandingcollections/SortedSetDemo.java rename to moreaboutcollections/SortedSetDemo.java index c86590bd..0802a2bd 100644 --- a/understandingcollections/SortedSetDemo.java +++ b/moreaboutcollections/SortedSetDemo.java @@ -1,4 +1,4 @@ -// understandingcollections/SortedSetDemo.java +// moreaboutcollections/SortedSetDemo.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SpringDetector.java b/moreaboutcollections/SpringDetector.java similarity index 96% rename from understandingcollections/SpringDetector.java rename to moreaboutcollections/SpringDetector.java index 486ee232..7295cd5d 100644 --- a/understandingcollections/SpringDetector.java +++ b/moreaboutcollections/SpringDetector.java @@ -1,4 +1,4 @@ -// understandingcollections/SpringDetector.java +// moreaboutcollections/SpringDetector.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SpringDetector2.java b/moreaboutcollections/SpringDetector2.java similarity index 93% rename from understandingcollections/SpringDetector2.java rename to moreaboutcollections/SpringDetector2.java index da46945a..16c6f708 100644 --- a/understandingcollections/SpringDetector2.java +++ b/moreaboutcollections/SpringDetector2.java @@ -1,4 +1,4 @@ -// understandingcollections/SpringDetector2.java +// moreaboutcollections/SpringDetector2.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Stacks.java b/moreaboutcollections/Stacks.java similarity index 98% rename from understandingcollections/Stacks.java rename to moreaboutcollections/Stacks.java index 8c315ac1..7821956d 100644 --- a/understandingcollections/Stacks.java +++ b/moreaboutcollections/Stacks.java @@ -1,4 +1,4 @@ -// understandingcollections/Stacks.java +// moreaboutcollections/Stacks.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/StreamFillMaps.java b/moreaboutcollections/StreamFillMaps.java similarity index 96% rename from understandingcollections/StreamFillMaps.java rename to moreaboutcollections/StreamFillMaps.java index 7f1f32d7..0cfb4c10 100644 --- a/understandingcollections/StreamFillMaps.java +++ b/moreaboutcollections/StreamFillMaps.java @@ -1,4 +1,4 @@ -// understandingcollections/StreamFillMaps.java +// moreaboutcollections/StreamFillMaps.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/StringHashCode.java b/moreaboutcollections/StringHashCode.java similarity index 89% rename from understandingcollections/StringHashCode.java rename to moreaboutcollections/StringHashCode.java index 813e7b95..314c5eab 100644 --- a/understandingcollections/StringHashCode.java +++ b/moreaboutcollections/StringHashCode.java @@ -1,4 +1,4 @@ -// understandingcollections/StringHashCode.java +// moreaboutcollections/StringHashCode.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/SuppliersCollectionTest.java b/moreaboutcollections/SuppliersCollectionTest.java similarity index 97% rename from understandingcollections/SuppliersCollectionTest.java rename to moreaboutcollections/SuppliersCollectionTest.java index 67870590..3d75a07e 100644 --- a/understandingcollections/SuppliersCollectionTest.java +++ b/moreaboutcollections/SuppliersCollectionTest.java @@ -1,4 +1,4 @@ -// understandingcollections/SuppliersCollectionTest.java +// moreaboutcollections/SuppliersCollectionTest.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Synchronization.java b/moreaboutcollections/Synchronization.java similarity index 94% rename from understandingcollections/Synchronization.java rename to moreaboutcollections/Synchronization.java index 47bf2824..2a4ba708 100644 --- a/understandingcollections/Synchronization.java +++ b/moreaboutcollections/Synchronization.java @@ -1,4 +1,4 @@ -// understandingcollections/Synchronization.java +// moreaboutcollections/Synchronization.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/ToDoList.java b/moreaboutcollections/ToDoList.java similarity index 97% rename from understandingcollections/ToDoList.java rename to moreaboutcollections/ToDoList.java index 44678b6e..7d669a28 100644 --- a/understandingcollections/ToDoList.java +++ b/moreaboutcollections/ToDoList.java @@ -1,4 +1,4 @@ -// understandingcollections/ToDoList.java +// moreaboutcollections/ToDoList.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/TypesForSets.java b/moreaboutcollections/TypesForSets.java similarity index 98% rename from understandingcollections/TypesForSets.java rename to moreaboutcollections/TypesForSets.java index 33ebe129..f74ac909 100644 --- a/understandingcollections/TypesForSets.java +++ b/moreaboutcollections/TypesForSets.java @@ -1,4 +1,4 @@ -// understandingcollections/TypesForSets.java +// moreaboutcollections/TypesForSets.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Unsupported.java b/moreaboutcollections/Unsupported.java similarity index 98% rename from understandingcollections/Unsupported.java rename to moreaboutcollections/Unsupported.java index cfa2ca77..e9fd9ca6 100644 --- a/understandingcollections/Unsupported.java +++ b/moreaboutcollections/Unsupported.java @@ -1,4 +1,4 @@ -// understandingcollections/Unsupported.java +// moreaboutcollections/Unsupported.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/Utilities.java b/moreaboutcollections/Utilities.java similarity index 98% rename from understandingcollections/Utilities.java rename to moreaboutcollections/Utilities.java index 86928058..6254c13c 100644 --- a/understandingcollections/Utilities.java +++ b/moreaboutcollections/Utilities.java @@ -1,4 +1,4 @@ -// understandingcollections/Utilities.java +// moreaboutcollections/Utilities.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/jmh/Deques.java b/moreaboutcollections/jmh/Deques.java similarity index 97% rename from understandingcollections/jmh/Deques.java rename to moreaboutcollections/jmh/Deques.java index c124bcf3..c31053e5 100644 --- a/understandingcollections/jmh/Deques.java +++ b/moreaboutcollections/jmh/Deques.java @@ -1,4 +1,4 @@ -// understandingcollections/jmh/Deques.java +// moreaboutcollections/jmh/Deques.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/jmh/Lists.java b/moreaboutcollections/jmh/Lists.java similarity index 98% rename from understandingcollections/jmh/Lists.java rename to moreaboutcollections/jmh/Lists.java index 7cb1e566..e835d106 100644 --- a/understandingcollections/jmh/Lists.java +++ b/moreaboutcollections/jmh/Lists.java @@ -1,4 +1,4 @@ -// understandingcollections/jmh/Lists.java +// moreaboutcollections/jmh/Lists.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/jmh/Maps.java b/moreaboutcollections/jmh/Maps.java similarity index 97% rename from understandingcollections/jmh/Maps.java rename to moreaboutcollections/jmh/Maps.java index 9edcba33..3aac24b4 100644 --- a/understandingcollections/jmh/Maps.java +++ b/moreaboutcollections/jmh/Maps.java @@ -1,4 +1,4 @@ -// understandingcollections/jmh/Maps.java +// moreaboutcollections/jmh/Maps.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/jmh/Queues.java b/moreaboutcollections/jmh/Queues.java similarity index 97% rename from understandingcollections/jmh/Queues.java rename to moreaboutcollections/jmh/Queues.java index 2cd61f8d..4550f162 100644 --- a/understandingcollections/jmh/Queues.java +++ b/moreaboutcollections/jmh/Queues.java @@ -1,4 +1,4 @@ -// understandingcollections/jmh/Queues.java +// moreaboutcollections/jmh/Queues.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. diff --git a/understandingcollections/jmh/Sets.java b/moreaboutcollections/jmh/Sets.java similarity index 97% rename from understandingcollections/jmh/Sets.java rename to moreaboutcollections/jmh/Sets.java index 3f3bf5a3..47c42939 100644 --- a/understandingcollections/jmh/Sets.java +++ b/moreaboutcollections/jmh/Sets.java @@ -1,4 +1,4 @@ -// understandingcollections/jmh/Sets.java +// moreaboutcollections/jmh/Sets.java // (c)2016 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information.