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

org.rcsb.mmtf.arraycompressors.StringArrayCompressor Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package org.rcsb.mmtf.arraycompressors;

import java.util.ArrayList;

/**
 * The Interface StringArrayCompressor.
 */
public interface StringArrayCompressor {

	/**
	 * Generic function to compress a string array.
	 *
	 * @param inArray the in array
	 * @return the array list
	 */
	ArrayList compressStringArray(ArrayList inArray);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy