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 ImmutableMultiSelectionsImmutableMultiSelections.validate(ImmutableMultiSelections instance) final ImmutableMultiSelectionsImmutableMultiSelections.withSelectionPolicies(Iterable<? extends SelectionPolicy> elements) Copy the current immutable object with elements that replace the content ofselectionPolicies.final ImmutableMultiSelectionsImmutableMultiSelections.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 booleanImmutableMultiSelections.equalsByValue(ImmutableMultiSelections another) private static ImmutableMultiSelectionsImmutableMultiSelections.validate(ImmutableMultiSelections instance) Constructors in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableMultiSelectionsModifierConstructorDescriptionprivateImmutableMultiSelections(ImmutableMultiSelections original, List<SelectionPolicy> selectionPolicies)