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

org.unlaxer.jaddress.parser.CombinedCharacterKindNotMatch Maven / Gradle / Ivy

package org.unlaxer.jaddress.parser;

public interface CombinedCharacterKindNotMatch extends CombinedCharacterKindAnyMatch{
	
	public default boolean notMatchJapanese(){return false==anyMatchJapanese();}
	public default boolean notMatchDelimitor(){return false==anyMatchDelimitor();}
	public default boolean notMatchJapanesAddressDelimitor(){return false==anyMatchJapanesAddressDelimitor();}
	public default boolean notMatchNumber(){return false==anyMatchNumber();}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy