All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thegoate.utils.get.Nested Maven / Gradle / Ivy

There is a newer version: 0.15.17.202312051550
Show newest version
package com.thegoate.utils.get;

/**
 * Created by Eric Angeli on 12/5/2018.
 */
public class Nested {
    public static String nested(String... args){
        StringBuilder nested = new StringBuilder(args[0]);
        for(int index = 1; index").append(args[index]);
        }
        return nested.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy