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

com.itranswarp.search.Span Maven / Gradle / Ivy

The newest version!
package com.itranswarp.search;

abstract class Span {

	final String text;

	public Span(String text) {
		this.text = text;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy