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 TypeMethodDescriptionImmutableMultiSelections.Builder.build()
Builds a newImmutableMultiSelections
.static ImmutableMultiSelections
ImmutableMultiSelections.copyOf
(MultiSelections instance) Creates an immutable copy of aMultiSelections
value.static ImmutableMultiSelections
ImmutableMultiSelections.of
(Iterable<? extends SelectionPolicy> selectionPolicies) Construct a new immutableMultiSelections
instance.static ImmutableMultiSelections
ImmutableMultiSelections.of
(List<SelectionPolicy> selectionPolicies) Construct a new immutableMultiSelections
instance.private 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.equalTo
(int synthetic, 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)