Apply code review and Streams rework

This commit is contained in:
Stypox
2022-05-28 00:26:53 +02:00
committed by TiA4f8R
parent d652e05874
commit b3c620f0d8
10 changed files with 248 additions and 351 deletions

View File

@@ -53,6 +53,11 @@ class ManifestCreatorCacheTest {
+ "call");
}
/**
* Adds sample strings to the provided manifest creator cache, in order to test clear factor and
* maximum size.
* @param cache the cache to fill with some data
*/
private static void setCacheContent(final ManifestCreatorCache<String, String> cache) {
int i = 0;
while (i < 26) {