Uses of Class
technology.dice.dicewhere.provider.maxmind.reading.MaxmindLocation
-
Packages that use MaxmindLocation Package Description technology.dice.dicewhere.provider.maxmind.parsing technology.dice.dicewhere.provider.maxmind.reading -
-
Uses of MaxmindLocation in technology.dice.dicewhere.provider.maxmind.parsing
Constructor parameters in technology.dice.dicewhere.provider.maxmind.parsing with type arguments of type MaxmindLocation Constructor Description MaxmindLineParser(Map<String,MaxmindLocation> locationDictionary)MaxmindLineParser(Map<String,MaxmindLocation> locationDictionary, Decorator<? extends DecoratorInformation> decorator) -
Uses of MaxmindLocation in technology.dice.dicewhere.provider.maxmind.reading
Fields in technology.dice.dicewhere.provider.maxmind.reading declared as MaxmindLocation Modifier and Type Field Description static MaxmindLocationMaxmindLocation. UNKNOWNMethods in technology.dice.dicewhere.provider.maxmind.reading that return types with arguments of type MaxmindLocation Modifier and Type Method Description Map<String,MaxmindLocation>MaxmindLocationsParser. locations(BufferedReader reader)
-