Skip to content

Commit 920d169

Browse files
author
Bruce Eckel
committed
collectionsindepth -> moreaboutcollections
1 parent 9905ed2 commit 920d169

46 files changed

Lines changed: 46 additions & 46 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

understandingcollections/AssociativeArray.java renamed to moreaboutcollections/AssociativeArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/AssociativeArray.java
1+
// moreaboutcollections/AssociativeArray.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/Bits.java
1+
// moreaboutcollections/Bits.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/CanonicalMapping.java renamed to moreaboutcollections/CanonicalMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/CanonicalMapping.java
1+
// moreaboutcollections/CanonicalMapping.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/CollectionMethods.java renamed to moreaboutcollections/CollectionMethods.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/CollectionMethods.java
1+
// moreaboutcollections/CollectionMethods.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/CountedString.java renamed to moreaboutcollections/CountedString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/CountedString.java
1+
// moreaboutcollections/CountedString.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/Enumerations.java renamed to moreaboutcollections/Enumerations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/Enumerations.java
1+
// moreaboutcollections/Enumerations.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/FailFast.java
1+
// moreaboutcollections/FailFast.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/FillMapTest.java
1+
// moreaboutcollections/FillMapTest.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/FillingLists.java renamed to moreaboutcollections/FillingLists.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/FillingLists.java
1+
// moreaboutcollections/FillingLists.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

understandingcollections/FunctionalMap.java renamed to moreaboutcollections/FunctionalMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// understandingcollections/FunctionalMap.java
1+
// moreaboutcollections/FunctionalMap.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

0 commit comments

Comments
 (0)