Class ImmutablePickFirstParent

java.lang.Object
net.bmahe.genetics4j.core.spec.combination.PickFirstParent
net.bmahe.genetics4j.core.spec.combination.ImmutablePickFirstParent
All Implemented Interfaces:
CombinationPolicy

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

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

  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object another)
      This instance is equal to all instances of ImmutablePickFirstParent 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, ImmutablePickFirstParent 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 PickFirstParent.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the value
    • copyOf

      public static ImmutablePickFirstParent copyOf(PickFirstParent instance)
      Creates an immutable copy of a PickFirstParent 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 PickFirstParent instance
    • builder

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