diff --git a/docs/javadocs/jutils/allclasses-index.html b/docs/javadocs/jutils/allclasses-index.html index feebfd8b3..f62caea78 100644 --- a/docs/javadocs/jutils/allclasses-index.html +++ b/docs/javadocs/jutils/allclasses-index.html @@ -1,11 +1,11 @@
- +parameterizedRangeClause(String, String, String, Object, Object)
with
+HqlUtils.parameterizedRangeClause(String, String, String, Object, Object)
with
the values lo, hi.XStopWatch.profileNano(Runnable)
returning time in ms.profileNano(Runnable)
returning time in ms.StreamUtils.sampleStream(Stream, double)
that computes the sampling ratio
+ as sampleSize/totalSize
.#unixFilter(To, InputStream)
to process an input stream via the
@@ -1965,7 +1975,7 @@ XStopWatch.profileNano(Runnable)
, but uses the current watch to time the parameter task.profileNano(Runnable)
, but uses the current watch to time the parameter task.Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/AlphaNumComparator.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/AlphaNumComparator.html index 0bcae3b11..5370f8012 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/AlphaNumComparator.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/AlphaNumComparator.html @@ -1,11 +1,11 @@ - +Takes an array of spliterators and returns a spliterator of tuples. Each tuple is built by taking the +
Takes an array of spliterators and returns a spliterator of tuples. Each tuple is built by taking the
next element
of each spliterator.
The iteration stops as soon as there is at least one spliterator which of Spliterator.tryAdvance(Consumer)
method returns false.
trySplit()
succeeds as long as all the underlining spliterators are able
+ Parallelism support is limited: trySplit()
succeeds as long as all the underlining spliterators are able
to return prefixes having all the same size (tails of different size have chances to be managed by the behaviour of
- tryAdvance(Consumer)
, by cutting results at the shortest one).
+ tryAdvance(Consumer)
, by cutting results at the shortest one).
Another restriction is that all base spliterators must be Spliterator.IMMUTABLE
and
+ non-Spliterator.CONCURRENT
.
Spliterator.IMMUTABLE
and
- non-Spliterator.CONCURRENT
.See also StreamUtils.tupleStream(boolean, java.util.stream.Stream...)
and
+ uk.ac.ebi.utils.streams.StreamUtilsTest
for usage examples.
and
- uk.ac.ebi.utils.streams.StreamUtilsTest for usage examples.
Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ArraySearchUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ArraySearchUtils.html index bea9f70c6..c2a635d81 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ArraySearchUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ArraySearchUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/CollectionsUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/CollectionsUtils.html index 5203b6206..18d3e34c1 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/CollectionsUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/CollectionsUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ListUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ListUtils.html index 112de103f..4f1388879 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ListUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ListUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ObjectStore.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ObjectStore.html index 52c92bc36..cfaba21cb 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ObjectStore.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/ObjectStore.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMap.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMap.html index a4cdcc3d4..b01fe881f 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMap.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMap.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMapWrapper.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMapWrapper.html index 822dfa742..889094fc1 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMapWrapper.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/OptionsMapWrapper.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/SortedObjectStore.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/SortedObjectStore.html index ca8af115c..c56231155 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/SortedObjectStore.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/SortedObjectStore.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleIterator.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleIterator.html index 5c141a266..52838d6e4 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleIterator.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleIterator.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleSpliterator.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleSpliterator.html index bde451fcb..cc3693f96 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleSpliterator.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TupleSpliterator.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TypeCastCollection.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TypeCastCollection.html index 0adaf70d8..58a2b7936 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TypeCastCollection.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/class-use/TypeCastCollection.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/package-summary.html index c573d2026..05bb6eb59 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/collections/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/collections/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/ExceptionUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/ExceptionUtils.html index 127bc9b4b..c03e875fa 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/ExceptionUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/ExceptionUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/NotReadyException.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/NotReadyException.html index 0c9fb7c25..da0c44ae7 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/NotReadyException.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/NotReadyException.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/TooFewValuesException.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/TooFewValuesException.html index 46c3ad1ab..7a4d0023f 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/TooFewValuesException.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/TooFewValuesException.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UncheckedInterruptedException.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UncheckedInterruptedException.html index e3250a289..94e2f2a1c 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UncheckedInterruptedException.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UncheckedInterruptedException.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UnexpectedEventException.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UnexpectedEventException.html index 9e71c14aa..a3a7d07de 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UnexpectedEventException.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/class-use/UnexpectedEventException.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/package-summary.html index 380a8388e..44a1a7025 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/exceptions/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/net/exceptions/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/net/exceptions/package-summary.html index cff70b0b9..0c775a95f 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/net/exceptions/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/net/exceptions/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/springweb/exceptions/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/springweb/exceptions/package-summary.html index e79397979..e2326e451 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/springweb/exceptions/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/springweb/exceptions/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.html index 5156827f7..1d93cbfe3 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/orm/class-use/Many2ManyUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/orm/class-use/Many2ManyUtils.html index 158049d89..ee75447ba 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/orm/class-use/Many2ManyUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/orm/class-use/Many2ManyUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/reflection/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/reflection/package-summary.html index 5388f60df..3756a174e 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/reflection/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/reflection/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/DynamicRateExecutor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/DynamicRateExecutor.html index ecc1be787..ace0b6c80 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/DynamicRateExecutor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/DynamicRateExecutor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/MultipleAttemptsExecutor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/MultipleAttemptsExecutor.html index 7dff1294b..b2e2e6544 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/MultipleAttemptsExecutor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/MultipleAttemptsExecutor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/RateLimitedExecutor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/RateLimitedExecutor.html index 2c5108bea..cc33cd742 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/RateLimitedExecutor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/RateLimitedExecutor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/StatsExecutor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/StatsExecutor.html index 522c975c1..570370f7c 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/StatsExecutor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/class-use/StatsExecutor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/package-summary.html index f270de83a..e4ea98562 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/runcontrol/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/sql/class-use/HqlUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/sql/class-use/HqlUtils.html index 389f7b8bb..1764b6708 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/sql/class-use/HqlUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/sql/class-use/HqlUtils.html @@ -1,11 +1,11 @@ - +static <T> Stream<T>
sampleStream(Stream<T> stream,
+ double samplingRatio)
static <T> Stream<T>
sampleStream(Stream<T> stream,
+ long sampleSize,
+ long totalSize)
sampleStream(Stream, double)
that computes the sampling ratio
+ as sampleSize/totalSize
.static <T> Stream<T[]>
tupleStream(boolean isParallel,
Stream<? extends T>... streams)
Spliterator.IMMUTABLE
only) and false (i.e., non-parallel result stream).Returns a sampled stream, i.e., a stream where a quota of elements approximately equals to sampleRatio + is returned.
+ +This is obtained by attaching a filter to the initial stream that returns true if
+ randomNumber[0,1) < sampleRatio
.
sampleStream(Stream, double)
that computes the sampling ratio
+ as sampleSize/totalSize
.totalSize
- must be >= 0. When 0, you'll end up having an empty stream.sampleSize
- must be < totalSize and >= 0. When 0, you'll end up having an empty
+ stream.Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/string/class-use/StringSearchUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/string/class-use/StringSearchUtils.html index 492ac354b..5ba72297c 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/string/class-use/StringSearchUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/string/class-use/StringSearchUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/test/junit/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/test/junit/package-summary.html index 308fc608e..d8c146a9a 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/test/junit/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/test/junit/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html index cc7402311..57d2201fa 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchCollector.html index 3e6b05534..9d47b8acb 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchProcessor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchProcessor.html index 1e8b0c670..2446b81d3 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchProcessor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/BatchProcessor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchCollector.html index 89372c2a3..e530d63cf 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html index f37acfe92..d9c2e9828 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedSizedBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedSizedBatchCollector.html index 04d252875..7924eaaee 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedSizedBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedSizedBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/SizedBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/SizedBatchCollector.html index 44e3c2f93..c87841ab8 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/SizedBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/SizedBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html index 07b9c0d33..4658a4e21 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/ListBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/ListBatchCollector.html index feb3f240b..70e7e9a28 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/ListBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/ListBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/SetBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/SetBatchCollector.html index 4894c1656..1553f29c4 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/SetBatchCollector.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/class-use/SetBatchCollector.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/package-summary.html index 063be6bd4..38ae5b7e0 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/collectors/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/ListBasedBatchProcessor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/ListBasedBatchProcessor.html index 3ea32f27b..89ddd01c2 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/ListBasedBatchProcessor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/ListBasedBatchProcessor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/SetBasedBatchProcessor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/SetBasedBatchProcessor.html index 6e7dcb93b..8b2d46a2d 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/SetBasedBatchProcessor.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/class-use/SetBasedBatchProcessor.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/package-summary.html index 152265660..434291bd1 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/processors/package-summary.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchService.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchService.html index 2d0fb2161..dfafe7cd6 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchService.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchService.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchServiceTask.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchServiceTask.html index cef09d299..0c9817cdc 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchServiceTask.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/BatchServiceTask.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/HackedBlockingQueue.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/HackedBlockingQueue.html index b1d139bb7..a40f66f8b 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/HackedBlockingQueue.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/HackedBlockingQueue.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/PoolSizeTuner.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/PoolSizeTuner.html index 254f49cb8..37d5fe71c 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/PoolSizeTuner.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/PoolSizeTuner.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/ThreadUtils.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/ThreadUtils.html index fbaf457f4..5459d41d3 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/ThreadUtils.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/class-use/ThreadUtils.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/fakelocks/class-use/FakeReadWriteLock.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/fakelocks/class-use/FakeReadWriteLock.html index 6321bc21e..c449b5623 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/fakelocks/class-use/FakeReadWriteLock.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/fakelocks/class-use/FakeReadWriteLock.html @@ -1,11 +1,11 @@ - +Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/xml/exceptions/package-summary.html b/docs/javadocs/jutils/uk/ac/ebi/utils/xml/exceptions/package-summary.html index b234b0cdd..3eb5d10f4 100644 --- a/docs/javadocs/jutils/uk/ac/ebi/utils/xml/exceptions/package-summary.html +++ b/docs/javadocs/jutils/uk/ac/ebi/utils/xml/exceptions/package-summary.html @@ -1,11 +1,11 @@ - +