com.evoluzion.Gender Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of Evoluzion-diploid Show documentation
                Show all versions of Evoluzion-diploid Show documentation
The Evoluzion-diploid module
                
             The newest version!
        
        package com.evoluzion;
public class Gender {
	boolean male = true;
	public Gender(boolean male) {
		this.male = male;
	}
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy