Ce Blog contient mes notes.
Nullius in verba
« Being a software craftsman is far more than that. It’s commitment to excellence. It’s a lifestyle. At the end of the day, as professionals we are expected to deliver high-quality services to our clients, which is normally achieved via well-crafted software. »- Coman Hamilton -
vendredi 25 juin 2021
[Java 8] Iterating over enum values in java using Java 8 findAny to find from string
public enum ContratType {
CDD,
CDI,
TEMPORARY;
public static ContratType fromString(String type) {
Aucun commentaire:
Enregistrer un commentaire
to criticize, to improve