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

io.legaldocml.util.CharArray Maven / Gradle / Ivy

The newest version!
package io.legaldocml.util;

/**
 * @author Jacques Militello
 */
public interface CharArray extends CharSequence {

	/**
	 * @return a new char array
	 */
	char[] value();

    CharArray subSequence(int start, int end);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy