Uses of Class
org.heigit.ohsome.oshdb.tool.importer.util.StringToIdMappingImpl
-
Packages that use StringToIdMappingImpl Package Description org.heigit.ohsome.oshdb.tool.importer.util -
-
Uses of StringToIdMappingImpl in org.heigit.ohsome.oshdb.tool.importer.util
Methods in org.heigit.ohsome.oshdb.tool.importer.util that return StringToIdMappingImpl Modifier and Type Method Description static StringToIdMappingImpl
StringToIdMappingImpl. load(String stringToIdMapping, ToIntFunction<String> hashFunction)
static StringToIdMappingImpl
StringToIdMappingImpl. read(DataInput in, ToIntFunction<String> hashFunction)
Constructors in org.heigit.ohsome.oshdb.tool.importer.util with parameters of type StringToIdMappingImpl Constructor Description RoleToIdMapperImpl(StringToIdMappingImpl roleToId)
TagToIdMapperImpl(StringToIdMappingImpl keyToId, StringToIdMappingImpl[] valueToId)
-