org.unlaxer.jaddress.parser.SingleCharacterKindAllMatch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japanese-address-parser Show documentation
Show all versions of japanese-address-parser Show documentation
a simplejapanese address parser
The newest version!
package org.unlaxer.jaddress.parser;
public interface SingleCharacterKindAllMatch{
public boolean isArabicNumber();
public boolean isSymbol();
public boolean isAlphabet();
public boolean isJapaneseNumber();
public boolean isHiragana();
public boolean isKatakana();
public boolean isDelimitorHyphen();
public boolean isDelimitorSlash();
public boolean isDelimitorSpace();
public boolean isDelimitorComma();
public boolean isDelimitorJapanese();
public boolean isDelimitorJapaneseCyoumeAddress();
public boolean isDelimitorJapaneseBanchiAddress();
public boolean isDelimitorJapaneseGouAddress();
public boolean isNormal();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy