Class ImmutableRandomSelection

java.lang.Object
net.bmahe.genetics4j.core.spec.selection.RandomSelection
net.bmahe.genetics4j.core.spec.selection.ImmutableRandomSelection
All Implemented Interfaces:
SelectionPolicy

@Generated("org.immutables.processor.ProxyProcessor") public final class ImmutableRandomSelection extends RandomSelection
Immutable implementation of RandomSelection.

Use the builder to create immutable instances: ImmutableRandomSelection.builder().

  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object another)
      This instance is equal to all instances of ImmutableRandomSelection that have equal attribute values.
      Overrides:
      equals in class Object
      Returns:
      true if this is equal to another instance
    • equalTo

      private boolean equalTo(int synthetic, ImmutableRandomSelection another)
    • hashCode

      public int hashCode()
      Returns a constant hash code value.
      Overrides:
      hashCode in class Object
      Returns:
      hashCode value
    • toString

      public String toString()
      Prints the immutable value RandomSelection.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the value
    • copyOf

      public static ImmutableRandomSelection copyOf(RandomSelection instance)
      Creates an immutable copy of a RandomSelection value. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.
      Parameters:
      instance - The instance to copy
      Returns:
      A copied immutable RandomSelection instance
    • builder

      public static ImmutableRandomSelection.Builder builder()
      Creates a builder for ImmutableRandomSelection.
       ImmutableRandomSelection.builder()
          .build();
       
      Returns:
      A new ImmutableRandomSelection builder