Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableBitChromosomeSpec
-
Uses of ImmutableBitChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionImmutableBitChromosomeSpec.Builder.build()
Builds a newImmutableBitChromosomeSpec
.static ImmutableBitChromosomeSpec
ImmutableBitChromosomeSpec.copyOf
(BitChromosomeSpec instance) Creates an immutable copy of aBitChromosomeSpec
value.static ImmutableBitChromosomeSpec
ImmutableBitChromosomeSpec.of
(int numBits) Construct a new immutableBitChromosomeSpec
instance.private static ImmutableBitChromosomeSpec
ImmutableBitChromosomeSpec.validate
(ImmutableBitChromosomeSpec instance) ImmutableBitChromosomeSpec.withNumBits
(int value) Copy the current immutable object by setting a value for thenumBits
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableBitChromosomeSpec.equalTo
(int synthetic, ImmutableBitChromosomeSpec another) private static ImmutableBitChromosomeSpec
ImmutableBitChromosomeSpec.validate
(ImmutableBitChromosomeSpec instance)