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

io.polaris.core.consts.StdConsts Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.consts;

/**
 * @author Qt
 * @since 1.8
 */
public interface StdConsts {
	Object[] EMPTY_ARRAY = new Object[0];
	String[] EMPTY_STRING_ARRAY = new String[0];

	String UTF_8 = "UTF-8";
	String STANDARD_DELIMITER = SymbolConsts.COMMA;
	String NULL = "null";
	String UNKNOWN = "unknown";
	String ERROR = "error";
	String VALUE = "value";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy