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

helpers.ArrayHelper Maven / Gradle / Ivy

The newest version!
package helpers;

public class ArrayHelper {

	
	public static String implode(Object[] tokens, String seperator)
	{
		StringBuilder result=new StringBuilder();
		int i=0;
		for(i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy