Package io.github.ai4ci.util
package io.github.ai4ci.util
-
ClassDescriptionDeprecated.Utility for making deep copies (vs. clone()'s shallow copies) of objects.ByteArrayInputStream implementation that does not synchronize methods.ByteArrayOutputStream implementation that doesn't synchronize methods and doesn't copy the data on toByteArray().The delay distribution is a probability distribution in time conditional on an event happening.Ephemeral<T>Deprecated.Immutable implementation of
DelayDistribution
.Builds instances of typeImmutableDelayDistribution
.Immutable implementation ofEmpiricalDistribution
.Builds instances of typeImmutableEmpiricalDistribution
.Immutable implementation ofEmpiricalFunction
.Builds instances of typeImmutableEmpiricalFunction
.Immutable implementation ofFixedValueFunction
.Builds instances of typeImmutableFixedValueFunction
.Immutable implementation ofHistogramDistribution
.Builds instances of typeImmutableHistogramDistribution
.Immutable implementation ofResampledDistribution
.Builds instances of typeImmutableResampledDistribution
.Immutable implementation ofSimpleDistribution
.Builds instances of typeImmutableSimpleDistribution
.Immutable implementation ofTransformedDistribution
.Builds instances of typeImmutableTransformedDistribution
.A pauseable daemon thread which will can be required to go into a waiting state after each execution of the loop.ShallowList<X>Used to prevent immutables deep cloning for lists.Deprecated.Performs spline interpolation given a set of control points.A write once read many times list like data structure.A circular buffer that can be written to by many threads and read from primarily by one thread.