Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableMultiSelections
Packages that use ImmutableMultiSelections
-
Uses of ImmutableMultiSelections in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return ImmutableMultiSelectionsModifier and TypeMethodDescriptionprivate static ImmutableMultiSelections
ImmutableMultiSelections.validate
(ImmutableMultiSelections instance) final ImmutableMultiSelections
ImmutableMultiSelections.withSelectionPolicies
(Iterable<? extends SelectionPolicy> elements) Copy the current immutable object with elements that replace the content ofselectionPolicies
.final ImmutableMultiSelections
ImmutableMultiSelections.withSelectionPolicies
(SelectionPolicy... elements) Copy the current immutable object with elements that replace the content ofselectionPolicies
.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableMultiSelectionsModifier and TypeMethodDescriptionprivate boolean
ImmutableMultiSelections.equalsByValue
(ImmutableMultiSelections another) private static ImmutableMultiSelections
ImmutableMultiSelections.validate
(ImmutableMultiSelections instance) Constructors in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableMultiSelectionsModifierConstructorDescriptionprivate
ImmutableMultiSelections
(ImmutableMultiSelections original, List<SelectionPolicy> selectionPolicies)