Primitive-Collections/ModulSettings.json

46 lines
749 B
JSON
Raw Permalink Normal View History

2022-12-02 22:36:34 +01:00
{
"Base": true,
"Function": true,
"Character": {
2022-12-02 22:36:34 +01:00
"Object": {
"Map": {
2022-12-06 03:05:58 +01:00
"Enabled": true,
"Implementations": true,
"HashMap": true
2022-12-02 22:36:34 +01:00
}
},
"Collection": {
"Enabled": true,
"Streams": true,
"Splititerators": true,
"IArray": true,
"Strategy": false
2022-12-02 22:36:34 +01:00
}
},
"Object": {
"Object": {
2022-12-02 22:36:34 +01:00
"Map": {
2022-12-06 03:05:58 +01:00
"Enabled": true,
"OrderedMap": true,
"Implementations": true,
"Wrappers": true,
2022-12-06 03:05:58 +01:00
"ImmutableMap": true,
"HashMap": true,
"LinkedHashMap": true
2022-12-02 22:36:34 +01:00
}
},
"Collection": {
"Enabled": true,
"Streams": true,
"Splititerators": true,
"IArray": true,
"Strategy": false
2022-12-02 22:36:34 +01:00
},
"List": {
2022-12-06 03:05:58 +01:00
"Enabled": true,
"Implementations": true,
"Wrappers": true,
"ArrayList": true
2022-12-02 22:36:34 +01:00
}
}
}