Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableTrimTree
Packages that use ImmutableTrimTree
-
Uses of ImmutableTrimTree in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableTrimTreeModifier and TypeMethodDescriptionprivate static ImmutableTrimTreeImmutableTrimTree.validate(ImmutableTrimTree instance) final ImmutableTrimTreeImmutableTrimTree.withMaxDepth(int value) Copy the current immutable object by setting a present value for the optionalmaxDepthattribute.final ImmutableTrimTreeImmutableTrimTree.withMaxDepth(Optional<Integer> optional) Copy the current immutable object by setting an optional value for themaxDepthattribute.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableTrimTreeModifier and TypeMethodDescriptionprivate booleanImmutableTrimTree.equalsByValue(ImmutableTrimTree another) private static ImmutableTrimTreeImmutableTrimTree.validate(ImmutableTrimTree instance) Constructors in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableTrimTreeModifierConstructorDescriptionprivateImmutableTrimTree(ImmutableTrimTree original, Integer maxDepth)