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

cfml.parsing.util.CaseSensitiveMap Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package cfml.parsing.util;

public interface CaseSensitiveMap extends java.util.Map {
	
	public boolean isCaseSensitive();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy