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

org.uqbar.ui.swt.utils.ArrayUtils Maven / Gradle / Ivy

package org.uqbar.ui.swt.utils;

/**
 * Utility methods to work with arrays.
 * 
 * @author jfernandes
 */
public class ArrayUtils {
	
	public static int[] wrap(int element) {
		return new int[] { element };
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy