Class CurrentCountry

  • All Implemented Interfaces:
    Serializable, Country, Region

    public class CurrentCountry
    extends Object
    implements Country
    Represents a country of which the code is one of the enum values of CountryCode.
    Since:
    0.1
    Author:
    Michiel Meeuwissen
    See Also:
    Serialized Form
    • Constructor Detail

      • CurrentCountry

        public CurrentCountry​(@NonNull com.neovisionaries.i18n.CountryCode code)