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

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

package org.unlaxer.jaddress.parser;

import java.util.Collections;
import java.util.Map;
import java.util.TreeMap;

import org.unlaxer.jaddress.entity.standard.郵便番号;
import org.unlaxer.jaddress.entity.standard.階層要素;

public class SimpleBuildingHierarchyResolver implements BuildingHierarchyResolver{

	@Override
	public BuildingHierarchyResolverResult resolve(
			郵便番号 zip, 
			Map<階層要素, AddressElement> 丁目以降枝番までBy階層要素) {
		
//		return new BuildingHierarchyResolverResult(()->建物階層.不明);
		return new BuildingHierarchyResolverResult(new TreeMap<階層要素, CharacterKinds>() , Collections.emptySet());
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy