Changed appendix name
This commit is contained in:
parent
8803c2ff77
commit
06d63a1c04
@ -1,5 +1,5 @@
|
||||
// Copyright.txt
|
||||
This computer source code is Copyright ©2016 MindView LLC.
|
||||
This computer source code is Copyright ©2017 MindView LLC.
|
||||
All Rights Reserved.
|
||||
|
||||
Permission to use, copy, modify, and distribute this
|
||||
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/AssociativeArray.java
|
||||
// collectiontopics/AssociativeArray.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Bits.java
|
||||
// collectiontopics/Bits.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/CanonicalMapping.java
|
||||
// collectiontopics/CanonicalMapping.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/CollectionMethods.java
|
||||
// collectiontopics/CollectionMethods.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/CountedString.java
|
||||
// collectiontopics/CountedString.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Enumerations.java
|
||||
// collectiontopics/Enumerations.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/FailFast.java
|
||||
// collectiontopics/FailFast.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/FillMapTest.java
|
||||
// collectiontopics/FillMapTest.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/FillingLists.java
|
||||
// collectiontopics/FillingLists.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/FunctionalMap.java
|
||||
// collectiontopics/FunctionalMap.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Groundhog.java
|
||||
// collectiontopics/Groundhog.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Groundhog2.java
|
||||
// collectiontopics/Groundhog2.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/HTMLColorTest.java
|
||||
// collectiontopics/HTMLColorTest.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/IndividualTest.java
|
||||
// collectiontopics/IndividualTest.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/LinkedHashMapDemo.java
|
||||
// collectiontopics/LinkedHashMapDemo.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/ListOps.java
|
||||
// collectiontopics/ListOps.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/ListSortSearch.java
|
||||
// collectiontopics/ListSortSearch.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/MapEntry.java
|
||||
// collectiontopics/MapEntry.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/MapOps.java
|
||||
// collectiontopics/MapOps.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/NavMap.java
|
||||
// collectiontopics/NavMap.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Prediction.java
|
||||
// collectiontopics/Prediction.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/QueueBehavior.java
|
||||
// collectiontopics/QueueBehavior.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/ReadOnly.java
|
||||
// collectiontopics/ReadOnly.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/References.java
|
||||
// collectiontopics/References.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SetOrder.java
|
||||
// collectiontopics/SetOrder.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SimpleDeques.java
|
||||
// collectiontopics/SimpleDeques.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SimpleHashMap.java
|
||||
// collectiontopics/SimpleHashMap.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SlowMap.java
|
||||
// collectiontopics/SlowMap.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SortedMapDemo.java
|
||||
// collectiontopics/SortedMapDemo.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SortedSetDemo.java
|
||||
// collectiontopics/SortedSetDemo.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SpringDetector.java
|
||||
// collectiontopics/SpringDetector.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SpringDetector2.java
|
||||
// collectiontopics/SpringDetector2.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Stacks.java
|
||||
// collectiontopics/Stacks.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/StreamFillMaps.java
|
||||
// collectiontopics/StreamFillMaps.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/StringHashCode.java
|
||||
// collectiontopics/StringHashCode.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/SuppliersCollectionTest.java
|
||||
// collectiontopics/SuppliersCollectionTest.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Synchronization.java
|
||||
// collectiontopics/Synchronization.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/ToDoList.java
|
||||
// collectiontopics/ToDoList.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/TypesForSets.java
|
||||
// collectiontopics/TypesForSets.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Unsupported.java
|
||||
// collectiontopics/Unsupported.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/Utilities.java
|
||||
// collectiontopics/Utilities.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/jmh/Deques.java
|
||||
// collectiontopics/jmh/Deques.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/jmh/Lists.java
|
||||
// collectiontopics/jmh/Lists.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/jmh/Maps.java
|
||||
// collectiontopics/jmh/Maps.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/jmh/Queues.java
|
||||
// collectiontopics/jmh/Queues.java
|
||||
// (c)2017 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.
|
@ -1,4 +1,4 @@
|
||||
// moreaboutcollections/jmh/Sets.java
|
||||
// collectiontopics/jmh/Sets.java
|
||||
// (c)2017 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.
|
@ -34,7 +34,7 @@ junitPlatform {
|
||||
|
||||
filters {
|
||||
packages {
|
||||
exclude 'moreaboutcollections.jmh'
|
||||
exclude 'collectiontopics.jmh'
|
||||
}
|
||||
includeClassNamePattern '.*'
|
||||
}
|
||||
|
@ -4,13 +4,13 @@ project(':validating') {
|
||||
}
|
||||
}
|
||||
|
||||
project(':moreaboutcollections') {
|
||||
project(':collectiontopics') {
|
||||
dependencies {
|
||||
compile project(':typeinfo')
|
||||
compile project(':collections')
|
||||
}
|
||||
jmh {
|
||||
include = 'moreaboutcollections.jmh.*'
|
||||
include = 'collectiontopics.jmh.*'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user