diff --git a/docs/javadocs/jutils/allclasses-index.html b/docs/javadocs/jutils/allclasses-index.html index 9e811e10e..eb3002df3 100644 --- a/docs/javadocs/jutils/allclasses-index.html +++ b/docs/javadocs/jutils/allclasses-index.html @@ -1,11 +1,11 @@
- +ArrayList
as providerArrayList
as provider.HashMap
as providerHashMap
as provider.BatchService<TK extends BatchServiceTask>.BatchServiceTuner
.HashSet
as provider.HashSet
as provider.CollectionsUtils.unmodifiableCollection(Collection, Function, Supplier)
, but
+ has an implementation based on the same logic.OptionsMap.from(Map)
and Collections.unmodifiableMap(Map)
, ie, returns
@@ -2258,7 +2290,9 @@ ProgressLogger.getProgressResolution()
.HashSet
as provider.ArrayList
as providerHashMap
as providerHashSet
as provider.ArrayList
as provider.HashMap
as provider.emptyProvider
, else, it uses the wrapper
+ to make the parameter read-only.
+
+ This is the base for unmodifiableXXX() methods.unmodifiableCollection(Collection, Function, Supplier)
, but
+ has an implementation based on the same logic.