Collection Module Works now. (Least Configurable for obvious Reasons)

This commit is contained in:
2022-12-07 06:27:47 +01:00
parent 3ce52668df
commit 342b0cece9
9 changed files with 245 additions and 131 deletions
+143 -107
View File
@@ -113,7 +113,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -121,7 +125,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -129,7 +133,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -156,7 +160,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -185,7 +189,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -214,7 +218,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -243,7 +247,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -272,7 +276,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -301,7 +305,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -330,7 +334,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -359,7 +363,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -388,7 +392,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -404,7 +408,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -412,7 +420,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -420,7 +428,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -431,7 +439,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -462,7 +470,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -491,7 +499,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -520,7 +528,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -549,7 +557,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -578,7 +586,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -607,7 +615,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -636,7 +644,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -665,7 +673,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -694,7 +702,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -710,7 +718,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -718,7 +730,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -726,7 +738,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -737,7 +749,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -768,7 +780,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -797,7 +809,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -826,7 +838,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -855,7 +867,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -884,7 +896,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -913,7 +925,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -942,7 +954,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -971,7 +983,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1000,7 +1012,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1016,7 +1028,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -1024,7 +1040,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -1032,7 +1048,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -1043,7 +1059,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -1074,7 +1090,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1103,7 +1119,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1132,7 +1148,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1161,7 +1177,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1190,7 +1206,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1219,7 +1235,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1248,7 +1264,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1277,7 +1293,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1306,7 +1322,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1322,7 +1338,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -1330,7 +1350,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -1338,7 +1358,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -1349,7 +1369,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -1380,7 +1400,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1409,7 +1429,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1438,7 +1458,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1467,7 +1487,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1496,7 +1516,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1525,7 +1545,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1554,7 +1574,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1583,7 +1603,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1612,7 +1632,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1628,7 +1648,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -1636,7 +1660,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -1644,7 +1668,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -1655,7 +1679,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -1686,7 +1710,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1715,7 +1739,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1744,7 +1768,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1773,7 +1797,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1802,7 +1826,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1831,7 +1855,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1860,7 +1884,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1889,7 +1913,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1918,7 +1942,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -1934,7 +1958,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -1942,7 +1970,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -1950,7 +1978,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -1961,7 +1989,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -1992,7 +2020,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2021,7 +2049,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2050,7 +2078,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2079,7 +2107,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2108,7 +2136,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2137,7 +2165,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2166,7 +2194,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2195,7 +2223,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2224,7 +2252,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2240,7 +2268,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -2248,7 +2280,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -2256,7 +2288,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -2267,7 +2299,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,
@@ -2298,7 +2330,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2327,7 +2359,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2356,7 +2388,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2385,7 +2417,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2414,7 +2446,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2443,7 +2475,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2472,7 +2504,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2501,7 +2533,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2530,7 +2562,7 @@
"EnumMap": true,
"HashMap": true,
"ImmutableMap": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashMap": true,
"LinkedEnumMap": true,
"LinkedHashMap": true,
@@ -2546,7 +2578,11 @@
}
},
"Collection": {
"Enabled": true
"Enabled": true,
"IArray": true,
"Splititerators": true,
"Strategy": true,
"Streams": true
},
"PriorityQueue": {
"Enabled": true,
@@ -2554,7 +2590,7 @@
"Dequeue": true,
"FiFoQueue": true,
"HeapQueue": true,
"Implementations": false,
"Implementations": true,
"Wrappers": true
},
"List": {
@@ -2562,7 +2598,7 @@
"ArrayList": true,
"CopyOnWriteList": true,
"ImmutableList": true,
"Implementations": false,
"Implementations": true,
"LinkedList": true,
"Wrappers": true
},
@@ -2573,7 +2609,7 @@
"CustomHashSet": true,
"HashSet": true,
"ImmutableSet": true,
"Implementations": false,
"Implementations": true,
"LinkedCustomHashSet": true,
"LinkedHashSet": true,
"OrderedSet": true,